Html Css Color HEX #EE1ED8 Razzle Dazzle Rose

📋 copy color: '#EE1ED8'

red 238 ◦ green 30 ◦ blue 216

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

Shades of Razzle Dazzle Rose #EE1ED8

Tints of Razzle Dazzle Rose #EE1ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 49.17%
G = 6.2%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE1ED8 (or 0xEE1ED8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and D8. RGB value is (238,30,216). Sum of RGB (Red+Green+Blue) = 238+30+216=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ED8 is #11E127. Grayscale: #707070. Windows color (decimal): -1171752 or 14163694. OLE color: 14163694.

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

Color convert

RGB 238 30 216 -
CMYK 0 0.87 0.09 0.07
HSL 306.35º 0.86% 0.53% -
HSV(B) 306.35º 0.87% 0.93% -
XYZ 48.12 24.06 67.07 -
YUV 113.4 185.91 216.88 -
System Red Green Blue C M Y K H S L
Decimal 238 30 216 0 0.87 0.09 0.07 306.35 0.86 0.53
Hex EE 1E D8 0 57 9 7 132 56 35
Octal 356 36 330 0 127 11 7 462 126 65
Binary 11101110 11110 11011000 0 1010111 1001 111 100110010 1010110 110101

Color Harmonies of #EE1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ED8

Black with #EE1ED8

Text Example


Text Example

White with #EE1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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