Html Css Color HEX #EE85BE Persian Pink

📋 copy color: '#EE85BE'

red 238 ◦ green 133 ◦ blue 190

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

Shades of Persian Pink #EE85BE

Tints of Persian Pink #EE85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.87%

R = 42.42%
G = 23.71%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE85BE (or 0xEE85BE) is known color: Persian Pink. HEX triplet: EE, 85 and BE. RGB value is (238,133,190). Sum of RGB (Red+Green+Blue) = 238+133+190=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85BE is #117A41. Grayscale: #AAAAAA. Windows color (decimal): -1145410 or 12486126. OLE color: 12486126.

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

Color convert

RGB 238 133 190 -
CMYK 0 0.44 0.20 0.07
HSL 327.43º 0.76% 0.73% -
HSV(B) 327.43º 0.44% 0.93% -
XYZ 52.94 38.67 53.39 -
YUV 170.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 238 133 190 0 0.44 0.20 0.07 327.43 0.76 0.73
Hex EE 85 BE 0 2C 14 7 147 4C 49
Octal 356 205 276 0 54 24 7 507 114 111
Binary 11101110 10000101 10111110 0 101100 10100 111 101000111 1001100 1001001

Color Harmonies of #EE85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85BE

Black with #EE85BE

Text Example


Text Example

White with #EE85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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