Html Css Color HEX #EE2CEE Razzle Dazzle Rose

📋 copy color: '#EE2CEE'

red 238 ◦ green 44 ◦ blue 238

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

Shades of Razzle Dazzle Rose #EE2CEE

Tints of Razzle Dazzle Rose #EE2CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 45.77%
G = 8.46%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE2CEE (or 0xEE2CEE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and EE. RGB value is (238,44,238). Sum of RGB (Red+Green+Blue) = 238+44+238=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 44 (17.58% from 255 or 8.46% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE2CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2CEE is #11D311. Grayscale: #7B7B7B. Windows color (decimal): -1168146 or 15609070. OLE color: 15609070.

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

Color convert

RGB 238 44 238 -
CMYK 0 0.82 0 0.07
HSL 300º 0.85% 0.55% -
HSV(B) 300º 0.82% 0.93% -
XYZ 51.59 26.15 83.22 -
YUV 124.12 192.27 209.23 -
System Red Green Blue C M Y K H S L
Decimal 238 44 238 0 0.82 0 0.07 300 0.85 0.55
Hex EE 2C EE 0 52 0 7 12C 55 37
Octal 356 54 356 0 122 0 7 454 125 67
Binary 11101110 101100 11101110 0 1010010 0 111 100101100 1010101 110111

Color Harmonies of #EE2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2CEE

Black with #EE2CEE

Text Example


Text Example

White with #EE2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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