Html Css Color HEX #EE299F Persian Rose

📋 copy color: '#EE299F'

red 238 ◦ green 41 ◦ blue 159

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

Shades of Persian Rose #EE299F

Tints of Persian Rose #EE299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 54.34%
G = 9.36%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE299F (or 0xEE299F) is known color: Persian Rose. HEX triplet: EE, 29 and 9F. RGB value is (238,41,159). Sum of RGB (Red+Green+Blue) = 238+41+159=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE299F is #11D660. Grayscale: #717171. Windows color (decimal): -1168993 or 10430958. OLE color: 10430958.

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

Color convert

RGB 238 41 159 -
CMYK 0 0.83 0.33 0.07
HSL 324.06º 0.85% 0.55% -
HSV(B) 324.06º 0.83% 0.93% -
XYZ 42.31 22.27 34.87 -
YUV 113.36 153.77 216.91 -
System Red Green Blue C M Y K H S L
Decimal 238 41 159 0 0.83 0.33 0.07 324.06 0.85 0.55
Hex EE 29 9F 0 53 21 7 144 55 37
Octal 356 51 237 0 123 41 7 504 125 67
Binary 11101110 101001 10011111 0 1010011 100001 111 101000100 1010101 110111

Color Harmonies of #EE299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE299F

Black with #EE299F

Text Example


Text Example

White with #EE299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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