Html Css Color HEX #EE2998 Persian Rose

📋 copy color: '#EE2998'

red 238 ◦ green 41 ◦ blue 152

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

Shades of Persian Rose #EE2998

Tints of Persian Rose #EE2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.51%

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 55.22%
G = 9.51%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE2998 (or 0xEE2998) is known color: Persian Rose. HEX triplet: EE, 29 and 98. RGB value is (238,41,152). Sum of RGB (Red+Green+Blue) = 238+41+152=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2998 is #11D667. Grayscale: #707070. Windows color (decimal): -1169000 or 9972206. OLE color: 9972206.

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

Color convert

RGB 238 41 152 -
CMYK 0 0.83 0.36 0.07
HSL 326.19º 0.85% 0.55% -
HSV(B) 326.19º 0.83% 0.93% -
XYZ 41.72 22.03 31.76 -
YUV 112.56 150.27 217.47 -
System Red Green Blue C M Y K H S L
Decimal 238 41 152 0 0.83 0.36 0.07 326.19 0.85 0.55
Hex EE 29 98 0 53 24 7 146 55 37
Octal 356 51 230 0 123 44 7 506 125 67
Binary 11101110 101001 10011000 0 1010011 100100 111 101000110 1010101 110111

Color Harmonies of #EE2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2998

Black with #EE2998

Text Example


Text Example

White with #EE2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2998; }

 p { color: rgb(238,41,152); }

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

background-color css

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

 a { background-color: rgb(238,41,152); }

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

border-color css

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

 span { border-color: rgb(238,41,152); }

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