Html Css Color HEX #EE239C Persian Rose

📋 copy color: '#EE239C'

red 238 ◦ green 35 ◦ blue 156

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

Shades of Persian Rose #EE239C

Tints of Persian Rose #EE239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.16%

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 55.48%
G = 8.16%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE239C (or 0xEE239C) is known color: Persian Rose. HEX triplet: EE, 23 and 9C. RGB value is (238,35,156). Sum of RGB (Red+Green+Blue) = 238+35+156=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE239C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE239C is #11DC63. Grayscale: #6D6D6D. Windows color (decimal): -1170532 or 10232814. OLE color: 10232814.

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

Color convert

RGB 238 35 156 -
CMYK 0 0.85 0.34 0.07
HSL 324.24º 0.86% 0.54% -
HSV(B) 324.24º 0.85% 0.93% -
XYZ 41.86 21.78 33.45 -
YUV 109.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 238 35 156 0 0.85 0.34 0.07 324.24 0.86 0.54
Hex EE 23 9C 0 55 22 7 144 56 36
Octal 356 43 234 0 125 42 7 504 126 66
Binary 11101110 100011 10011100 0 1010101 100010 111 101000100 1010110 110110

Color Harmonies of #EE239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE239C

Black with #EE239C

Text Example


Text Example

White with #EE239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE239C; }

 p { color: rgb(238,35,156); }

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

background-color css

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

 a { background-color: rgb(238,35,156); }

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

border-color css

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

 span { border-color: rgb(238,35,156); }

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