Html Css Color HEX #EE2799 Persian Rose

📋 copy color: '#EE2799'

red 238 ◦ green 39 ◦ blue 153

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

Shades of Persian Rose #EE2799

Tints of Persian Rose #EE2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 55.35%
G = 9.07%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE2799 (or 0xEE2799) is known color: Persian Rose. HEX triplet: EE, 27 and 99. RGB value is (238,39,153). Sum of RGB (Red+Green+Blue) = 238+39+153=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2799 is #11D866. Grayscale: #6F6F6F. Windows color (decimal): -1169511 or 10037230. OLE color: 10037230.

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

Color convert

RGB 238 39 153 -
CMYK 0 0.84 0.36 0.07
HSL 325.63º 0.85% 0.54% -
HSV(B) 325.63º 0.84% 0.93% -
XYZ 41.74 21.93 32.17 -
YUV 111.5 151.43 218.23 -
System Red Green Blue C M Y K H S L
Decimal 238 39 153 0 0.84 0.36 0.07 325.63 0.85 0.54
Hex EE 27 99 0 54 24 7 146 55 36
Octal 356 47 231 0 124 44 7 506 125 66
Binary 11101110 100111 10011001 0 1010100 100100 111 101000110 1010101 110110

Color Harmonies of #EE2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2799

Black with #EE2799

Text Example


Text Example

White with #EE2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2799; }

 p { color: rgb(238,39,153); }

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

background-color css

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

 a { background-color: rgb(238,39,153); }

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

border-color css

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

 span { border-color: rgb(238,39,153); }

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