Html Css Color HEX #EE2CE9 Razzle Dazzle Rose

📋 copy color: '#EE2CE9'

red 238 ◦ green 44 ◦ blue 233

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

Shades of Razzle Dazzle Rose #EE2CE9

Tints of Razzle Dazzle Rose #EE2CE9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.54%

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 46.21%
G = 8.54%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE2CE9 (or 0xEE2CE9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and E9. RGB value is (238,44,233). Sum of RGB (Red+Green+Blue) = 238+44+233=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CE9 is #11D316. Grayscale: #7A7A7A. Windows color (decimal): -1168151 or 15281390. OLE color: 15281390.

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

Color convert

RGB 238 44 233 -
CMYK 0 0.82 0.02 0.07
HSL 301.55º 0.85% 0.55% -
HSV(B) 301.55º 0.82% 0.93% -
XYZ 50.87 25.86 79.4 -
YUV 123.55 189.77 209.63 -
System Red Green Blue C M Y K H S L
Decimal 238 44 233 0 0.82 0.02 0.07 301.55 0.85 0.55
Hex EE 2C E9 0 52 2 7 12E 55 37
Octal 356 54 351 0 122 2 7 456 125 67
Binary 11101110 101100 11101001 0 1010010 10 111 100101110 1010101 110111

Color Harmonies of #EE2CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2CE9

Black with #EE2CE9

Text Example


Text Example

White with #EE2CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2CE9; }

 p { color: rgb(238,44,233); }

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

background-color css

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

 a { background-color: rgb(238,44,233); }

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

border-color css

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

 span { border-color: rgb(238,44,233); }

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