Html Css Color HEX #EE86B9 Persian Pink

📋 copy color: '#EE86B9'

red 238 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #EE86B9

Tints of Persian Pink #EE86B9

RGB

 RED value IS 238 (93.36% from 255) = 42.73%

 GREEN value IS 134 (52.73% from 255) = 24.06%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 42.73%
G = 24.06%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE86B9 (or 0xEE86B9) is known color: Persian Pink. HEX triplet: EE, 86 and B9. RGB value is (238,134,185). Sum of RGB (Red+Green+Blue) = 238+134+185=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86B9 is #117946. Grayscale: #AAAAAA. Windows color (decimal): -1145159 or 12158702. OLE color: 12158702.

HSL color Cylindrical-coordinate representation of color #EE86B9: hue angle of 330.58º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86B9 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 185 -
CMYK 0 0.44 0.22 0.07
HSL 330.58º 0.75% 0.73% -
HSV(B) 330.58º 0.44% 0.93% -
XYZ 52.54 38.73 50.61 -
YUV 170.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 238 134 185 0 0.44 0.22 0.07 330.58 0.75 0.73
Hex EE 86 B9 0 2C 16 7 14B 4B 49
Octal 356 206 271 0 54 26 7 513 113 111
Binary 11101110 10000110 10111001 0 101100 10110 111 101001011 1001011 1001001

Color Harmonies of #EE86B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86B9

Black with #EE86B9

Text Example


Text Example

White with #EE86B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86B9; }

 p { color: rgb(238,134,185); }

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

background-color css

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

 a { background-color: rgb(238,134,185); }

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

border-color css

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

 span { border-color: rgb(238,134,185); }

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