Html Css Color HEX #EE85B5 Persian Pink

📋 copy color: '#EE85B5'

red 238 ◦ green 133 ◦ blue 181

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

Shades of Persian Pink #EE85B5

Tints of Persian Pink #EE85B5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 43.12%
G = 24.09%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE85B5 (or 0xEE85B5) is known color: Persian Pink. HEX triplet: EE, 85 and B5. RGB value is (238,133,181). Sum of RGB (Red+Green+Blue) = 238+133+181=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85B5 is #117A4A. Grayscale: #A9A9A9. Windows color (decimal): -1145419 or 11896302. OLE color: 11896302.

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

Color convert

RGB 238 133 181 -
CMYK 0 0.44 0.24 0.07
HSL 332.57º 0.76% 0.73% -
HSV(B) 332.57º 0.44% 0.93% -
XYZ 51.99 38.29 48.37 -
YUV 169.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 238 133 181 0 0.44 0.24 0.07 332.57 0.76 0.73
Hex EE 85 B5 0 2C 18 7 14D 4C 49
Octal 356 205 265 0 54 30 7 515 114 111
Binary 11101110 10000101 10110101 0 101100 11000 111 101001101 1001100 1001001

Color Harmonies of #EE85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85B5

Black with #EE85B5

Text Example


Text Example

White with #EE85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85B5; }

 p { color: rgb(238,133,181); }

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

background-color css

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

 a { background-color: rgb(238,133,181); }

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

border-color css

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

 span { border-color: rgb(238,133,181); }

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