Html Css Color HEX #EE2898 Persian Rose

📋 copy color: '#EE2898'

red 238 ◦ green 40 ◦ blue 152

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

Shades of Persian Rose #EE2898

Tints of Persian Rose #EE2898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.3%

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

R = 55.35%
G = 9.3%
B = 35.35%

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

#EE2898 (or 0xEE2898) is known color: Persian Rose. HEX triplet: EE, 28 and 98. RGB value is (238,40,152). Sum of RGB (Red+Green+Blue) = 238+40+152=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2898 is #11D767. Grayscale: #6F6F6F. Windows color (decimal): -1169256 or 9971950. OLE color: 9971950.

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

Color convert

RGB 238 40 152 -
CMYK 0 0.83 0.36 0.07
HSL 326.06º 0.85% 0.55% -
HSV(B) 326.06º 0.83% 0.93% -
XYZ 41.69 21.96 31.75 -
YUV 111.97 150.6 217.89 -
System Red Green Blue C M Y K H S L
Decimal 238 40 152 0 0.83 0.36 0.07 326.06 0.85 0.55
Hex EE 28 98 0 53 24 7 146 55 37
Octal 356 50 230 0 123 44 7 506 125 67
Binary 11101110 101000 10011000 0 1010011 100100 111 101000110 1010101 110111

Color Harmonies of #EE2898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2898

Black with #EE2898

Text Example


Text Example

White with #EE2898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2898; }

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

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

background-color css

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

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

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

border-color css

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

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

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