Html Css Color HEX #EE239E Persian Rose

📋 copy color: '#EE239E'

red 238 ◦ green 35 ◦ blue 158

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

Shades of Persian Rose #EE239E

Tints of Persian Rose #EE239E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 55.22%
G = 8.12%
B = 36.66%

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

#EE239E (or 0xEE239E) is known color: Persian Rose. HEX triplet: EE, 23 and 9E. RGB value is (238,35,158). Sum of RGB (Red+Green+Blue) = 238+35+158=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE239E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE239E is #11DC61. Grayscale: #6D6D6D. Windows color (decimal): -1170530 or 10363886. OLE color: 10363886.

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

Color convert

RGB 238 35 158 -
CMYK 0 0.85 0.34 0.07
HSL 323.65º 0.86% 0.54% -
HSV(B) 323.65º 0.85% 0.93% -
XYZ 42.03 21.85 34.35 -
YUV 109.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 238 35 158 0 0.85 0.34 0.07 323.65 0.86 0.54
Hex EE 23 9E 0 55 22 7 144 56 36
Octal 356 43 236 0 125 42 7 504 126 66
Binary 11101110 100011 10011110 0 1010101 100010 111 101000100 1010110 110110

Color Harmonies of #EE239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE239E

Black with #EE239E

Text Example


Text Example

White with #EE239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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