Html Css Color HEX #EE299D Persian Rose

📋 copy color: '#EE299D'

red 238 ◦ green 41 ◦ blue 157

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

Shades of Persian Rose #EE299D

Tints of Persian Rose #EE299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 54.59%
G = 9.4%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE299D (or 0xEE299D) is known color: Persian Rose. HEX triplet: EE, 29 and 9D. RGB value is (238,41,157). Sum of RGB (Red+Green+Blue) = 238+41+157=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE299D is #11D662. Grayscale: #707070. Windows color (decimal): -1168995 or 10299886. OLE color: 10299886.

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

Color convert

RGB 238 41 157 -
CMYK 0 0.83 0.34 0.07
HSL 324.67º 0.85% 0.55% -
HSV(B) 324.67º 0.83% 0.93% -
XYZ 42.14 22.2 33.96 -
YUV 113.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 238 41 157 0 0.83 0.34 0.07 324.67 0.85 0.55
Hex EE 29 9D 0 53 22 7 145 55 37
Octal 356 51 235 0 123 42 7 505 125 67
Binary 11101110 101001 10011101 0 1010011 100010 111 101000101 1010101 110111

Color Harmonies of #EE299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE299D

Black with #EE299D

Text Example


Text Example

White with #EE299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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