Html Css Color HEX #E16FBA Persian Pink

📋 copy color: '#E16FBA'

red 225 ◦ green 111 ◦ blue 186

#E16FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E16FBA

Tints of Persian Pink #E16FBA

RGB

 RED value IS 225 (88.28% from 255) = 43.1%

 GREEN value IS 111 (43.75% from 255) = 21.26%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 43.1%
G = 21.26%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E16FBA (or 0xE16FBA) is known color: Persian Pink. HEX triplet: E1, 6F and BA. RGB value is (225,111,186). Sum of RGB (Red+Green+Blue) = 225+111+186=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FBA is #1E9045. Grayscale: #999999. Windows color (decimal): -2003014 or 12218337. OLE color: 12218337.

HSL color Cylindrical-coordinate representation of color #E16FBA: hue angle of 320.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FBA is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 111 186 -
CMYK 0 0.51 0.17 0.12
HSL 320.53º 0.66% 0.66% -
HSV(B) 320.53º 0.51% 0.88% -
XYZ 45.6 30.92 50.02 -
YUV 153.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 225 111 186 0 0.51 0.17 0.12 320.53 0.66 0.66
Hex E1 6F BA 0 33 11 C 141 42 42
Octal 341 157 272 0 63 21 14 501 102 102
Binary 11100001 1101111 10111010 0 110011 10001 1100 101000001 1000010 1000010

Color Harmonies of #E16FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FBA

Black with #E16FBA

Text Example


Text Example

White with #E16FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FBA; }

 p { color: rgb(225,111,186); }

 H1.HeaderClassName
 {
   color: #E16FBA;
 }
 .AnyTagClassName
 {
   color: #E16FBA;
 }
</style>

background-color css

<style>
 a { background-color: #E16FBA; }

 a { background-color: rgb(225,111,186); }

 div.DivClassName
 {
   background-color: #E16FBA;
 }
 .BgClassName
 {
   background-color: #E16FBA;
 }
</style>

border-color css

<style>
 span { border-color: #E16FBA; }

 span { border-color: rgb(225,111,186); }

 td.TdClassName
 {
   border-color: #E16FBA;
 }
 .TagClassName
 {
   border-color: #E16FBA;
 }
</style>