Html Css Color HEX #EE3EDE Razzle Dazzle Rose

📋 copy color: '#EE3EDE'

red 238 ◦ green 62 ◦ blue 222

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

Shades of Razzle Dazzle Rose #EE3EDE

Tints of Razzle Dazzle Rose #EE3EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.88%

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 45.59%
G = 11.88%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE3EDE (or 0xEE3EDE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3E and DE. RGB value is (238,62,222). Sum of RGB (Red+Green+Blue) = 238+62+222=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3EDE is #11C121. Grayscale: #848484. Windows color (decimal): -1163554 or 14565102. OLE color: 14565102.

HSL color Cylindrical-coordinate representation of color #EE3EDE: hue angle of 305.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3EDE is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 62 222 -
CMYK 0 0.74 0.07 0.07
HSL 305.45º 0.84% 0.59% -
HSV(B) 305.45º 0.74% 0.93% -
XYZ 50.17 26.9 71.65 -
YUV 132.86 178.31 202.99 -
System Red Green Blue C M Y K H S L
Decimal 238 62 222 0 0.74 0.07 0.07 305.45 0.84 0.59
Hex EE 3E DE 0 4A 7 7 131 54 3B
Octal 356 76 336 0 112 7 7 461 124 73
Binary 11101110 111110 11011110 0 1001010 111 111 100110001 1010100 111011

Color Harmonies of #EE3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3EDE

Black with #EE3EDE

Text Example


Text Example

White with #EE3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3EDE; }

 p { color: rgb(238,62,222); }

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

background-color css

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

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

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

border-color css

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

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

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