Html Css Color HEX #EE239B Persian Rose

📋 copy color: '#EE239B'

red 238 ◦ green 35 ◦ blue 155

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

Shades of Persian Rose #EE239B

Tints of Persian Rose #EE239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 55.61%
G = 8.18%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE239B (or 0xEE239B) is known color: Persian Rose. HEX triplet: EE, 23 and 9B. RGB value is (238,35,155). Sum of RGB (Red+Green+Blue) = 238+35+155=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE239B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE239B is #11DC64. Grayscale: #6D6D6D. Windows color (decimal): -1170533 or 10167278. OLE color: 10167278.

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

Color convert

RGB 238 35 155 -
CMYK 0 0.85 0.35 0.07
HSL 324.53º 0.86% 0.54% -
HSV(B) 324.53º 0.85% 0.93% -
XYZ 41.78 21.75 33.01 -
YUV 109.38 153.75 219.74 -
System Red Green Blue C M Y K H S L
Decimal 238 35 155 0 0.85 0.35 0.07 324.53 0.86 0.54
Hex EE 23 9B 0 55 23 7 145 56 36
Octal 356 43 233 0 125 43 7 505 126 66
Binary 11101110 100011 10011011 0 1010101 100011 111 101000101 1010110 110110

Color Harmonies of #EE239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE239B

Black with #EE239B

Text Example


Text Example

White with #EE239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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