Html Css Color HEX #EE289E Persian Rose

📋 copy color: '#EE289E'

red 238 ◦ green 40 ◦ blue 158

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

Shades of Persian Rose #EE289E

Tints of Persian Rose #EE289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.17%

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

R = 54.59%
G = 9.17%
B = 36.24%

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

#EE289E (or 0xEE289E) is known color: Persian Rose. HEX triplet: EE, 28 and 9E. RGB value is (238,40,158). Sum of RGB (Red+Green+Blue) = 238+40+158=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE289E is #11D761. Grayscale: #707070. Windows color (decimal): -1169250 or 10365166. OLE color: 10365166.

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

Color convert

RGB 238 40 158 -
CMYK 0 0.83 0.34 0.07
HSL 324.24º 0.85% 0.55% -
HSV(B) 324.24º 0.83% 0.93% -
XYZ 42.19 22.16 34.4 -
YUV 112.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 238 40 158 0 0.83 0.34 0.07 324.24 0.85 0.55
Hex EE 28 9E 0 53 22 7 144 55 37
Octal 356 50 236 0 123 42 7 504 125 67
Binary 11101110 101000 10011110 0 1010011 100010 111 101000100 1010101 110111

Color Harmonies of #EE289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE289E

Black with #EE289E

Text Example


Text Example

White with #EE289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE289E; }

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

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

background-color css

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

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

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

border-color css

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

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

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