Html Css Color HEX #EE2497 Persian Rose

📋 copy color: '#EE2497'

red 238 ◦ green 36 ◦ blue 151

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

Shades of Persian Rose #EE2497

Tints of Persian Rose #EE2497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.47%

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 56%
G = 8.47%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE2497 (or 0xEE2497) is known color: Persian Rose. HEX triplet: EE, 24 and 97. RGB value is (238,36,151). Sum of RGB (Red+Green+Blue) = 238+36+151=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2497 is #11DB68. Grayscale: #6D6D6D. Windows color (decimal): -1170281 or 9905390. OLE color: 9905390.

HSL color Cylindrical-coordinate representation of color #EE2497: hue angle of 325.84º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2497 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 36 151 -
CMYK 0 0.85 0.37 0.07
HSL 325.84º 0.86% 0.54% -
HSV(B) 325.84º 0.85% 0.93% -
XYZ 41.48 21.67 31.28 -
YUV 109.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 238 36 151 0 0.85 0.37 0.07 325.84 0.86 0.54
Hex EE 24 97 0 55 25 7 146 56 36
Octal 356 44 227 0 125 45 7 506 126 66
Binary 11101110 100100 10010111 0 1010101 100101 111 101000110 1010110 110110

Color Harmonies of #EE2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2497

Black with #EE2497

Text Example


Text Example

White with #EE2497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2497; }

 p { color: rgb(238,36,151); }

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

background-color css

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

 a { background-color: rgb(238,36,151); }

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

border-color css

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

 span { border-color: rgb(238,36,151); }

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