Html Css Color HEX #EE86B2 Persian Pink

📋 copy color: '#EE86B2'

red 238 ◦ green 134 ◦ blue 178

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

Shades of Persian Pink #EE86B2

Tints of Persian Pink #EE86B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.36%

R = 43.27%
G = 24.36%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE86B2 (or 0xEE86B2) is known color: Persian Pink. HEX triplet: EE, 86 and B2. RGB value is (238,134,178). Sum of RGB (Red+Green+Blue) = 238+134+178=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE86B2 is #11794D. Grayscale: #AAAAAA. Windows color (decimal): -1145166 or 11699950. OLE color: 11699950.

HSL color Cylindrical-coordinate representation of color #EE86B2: hue angle of 334.62º 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 #EE86B2 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 178 -
CMYK 0 0.44 0.25 0.07
HSL 334.62º 0.75% 0.73% -
HSV(B) 334.62º 0.44% 0.93% -
XYZ 51.82 38.44 46.81 -
YUV 170.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 238 134 178 0 0.44 0.25 0.07 334.62 0.75 0.73
Hex EE 86 B2 0 2C 19 7 14F 4B 49
Octal 356 206 262 0 54 31 7 517 113 111
Binary 11101110 10000110 10110010 0 101100 11001 111 101001111 1001011 1001001

Color Harmonies of #EE86B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE86B2

Black with #EE86B2

Text Example


Text Example

White with #EE86B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE86B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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