Html Css Color HEX #EE1DDE Razzle Dazzle Rose

📋 copy color: '#EE1DDE'

red 238 ◦ green 29 ◦ blue 222

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

Shades of Razzle Dazzle Rose #EE1DDE

Tints of Razzle Dazzle Rose #EE1DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.93%

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

R = 48.67%
G = 5.93%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE1DDE (or 0xEE1DDE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1D and DE. RGB value is (238,29,222). Sum of RGB (Red+Green+Blue) = 238+29+222=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DDE is #11E221. Grayscale: #707070. Windows color (decimal): -1172002 or 14556654. OLE color: 14556654.

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

Color convert

RGB 238 29 222 -
CMYK 0 0.88 0.07 0.07
HSL 304.59º 0.86% 0.52% -
HSV(B) 304.59º 0.88% 0.93% -
XYZ 48.88 24.33 71.23 -
YUV 113.49 189.24 216.81 -
System Red Green Blue C M Y K H S L
Decimal 238 29 222 0 0.88 0.07 0.07 304.59 0.86 0.52
Hex EE 1D DE 0 58 7 7 131 56 34
Octal 356 35 336 0 130 7 7 461 126 64
Binary 11101110 11101 11011110 0 1011000 111 111 100110001 1010110 110100

Color Harmonies of #EE1DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DDE

Black with #EE1DDE

Text Example


Text Example

White with #EE1DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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