Html Css Color HEX #EE1ED6 Razzle Dazzle Rose

📋 copy color: '#EE1ED6'

red 238 ◦ green 30 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EE1ED6

Tints of Razzle Dazzle Rose #EE1ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 49.38%
G = 6.22%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE1ED6 (or 0xEE1ED6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and D6. RGB value is (238,30,214). Sum of RGB (Red+Green+Blue) = 238+30+214=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ED6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ED6 is #11E129. Grayscale: #707070. Windows color (decimal): -1171754 or 14032622. OLE color: 14032622.

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

Color convert

RGB 238 30 214 -
CMYK 0 0.87 0.10 0.07
HSL 306.92º 0.86% 0.53% -
HSV(B) 306.92º 0.87% 0.93% -
XYZ 47.86 23.96 65.72 -
YUV 113.17 184.91 217.04 -
System Red Green Blue C M Y K H S L
Decimal 238 30 214 0 0.87 0.10 0.07 306.92 0.86 0.53
Hex EE 1E D6 0 57 A 7 133 56 35
Octal 356 36 326 0 127 12 7 463 126 65
Binary 11101110 11110 11010110 0 1010111 1010 111 100110011 1010110 110101

Color Harmonies of #EE1ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ED6

Black with #EE1ED6

Text Example


Text Example

White with #EE1ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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