Html Css Color HEX #EE1EDE Razzle Dazzle Rose

📋 copy color: '#EE1EDE'

red 238 ◦ green 30 ◦ blue 222

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

Shades of Razzle Dazzle Rose #EE1EDE

Tints of Razzle Dazzle Rose #EE1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.12%

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

R = 48.57%
G = 6.12%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE1EDE (or 0xEE1EDE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and DE. RGB value is (238,30,222). Sum of RGB (Red+Green+Blue) = 238+30+222=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EDE is #11E121. Grayscale: #717171. Windows color (decimal): -1171746 or 14556910. OLE color: 14556910.

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

Color convert

RGB 238 30 222 -
CMYK 0 0.87 0.07 0.07
HSL 304.62º 0.86% 0.53% -
HSV(B) 304.62º 0.87% 0.93% -
XYZ 48.91 24.38 71.24 -
YUV 114.08 188.91 216.39 -
System Red Green Blue C M Y K H S L
Decimal 238 30 222 0 0.87 0.07 0.07 304.62 0.86 0.53
Hex EE 1E DE 0 57 7 7 131 56 35
Octal 356 36 336 0 127 7 7 461 126 65
Binary 11101110 11110 11011110 0 1010111 111 111 100110001 1010110 110101

Color Harmonies of #EE1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EDE

Black with #EE1EDE

Text Example


Text Example

White with #EE1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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