Html Css Color HEX #EE2CEA Razzle Dazzle Rose

📋 copy color: '#EE2CEA'

red 238 ◦ green 44 ◦ blue 234

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

Shades of Razzle Dazzle Rose #EE2CEA

Tints of Razzle Dazzle Rose #EE2CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 46.12%
G = 8.53%
B = 45.35%

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

#EE2CEA (or 0xEE2CEA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and EA. RGB value is (238,44,234). Sum of RGB (Red+Green+Blue) = 238+44+234=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 44 (17.58% from 255 or 8.53% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CEA is #11D315. Grayscale: #7B7B7B. Windows color (decimal): -1168150 or 15346926. OLE color: 15346926.

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

Color convert

RGB 238 44 234 -
CMYK 0 0.82 0.02 0.07
HSL 301.24º 0.85% 0.55% -
HSV(B) 301.24º 0.82% 0.93% -
XYZ 51.01 25.92 80.16 -
YUV 123.67 190.27 209.55 -
System Red Green Blue C M Y K H S L
Decimal 238 44 234 0 0.82 0.02 0.07 301.24 0.85 0.55
Hex EE 2C EA 0 52 2 7 12D 55 37
Octal 356 54 352 0 122 2 7 455 125 67
Binary 11101110 101100 11101010 0 1010010 10 111 100101101 1010101 110111

Color Harmonies of #EE2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2CEA

Black with #EE2CEA

Text Example


Text Example

White with #EE2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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