Html Css Color HEX #EE1EDD Razzle Dazzle Rose

📋 copy color: '#EE1EDD'

red 238 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE1EDD

Tints of Razzle Dazzle Rose #EE1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 48.67%
G = 6.13%
B = 45.19%

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

#EE1EDD (or 0xEE1EDD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and DD. RGB value is (238,30,221). Sum of RGB (Red+Green+Blue) = 238+30+221=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EDD is #11E122. Grayscale: #717171. Windows color (decimal): -1171747 or 14491374. OLE color: 14491374.

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

Color convert

RGB 238 30 221 -
CMYK 0 0.87 0.07 0.07
HSL 304.9º 0.86% 0.53% -
HSV(B) 304.9º 0.87% 0.93% -
XYZ 48.78 24.33 70.53 -
YUV 113.97 188.41 216.47 -
System Red Green Blue C M Y K H S L
Decimal 238 30 221 0 0.87 0.07 0.07 304.9 0.86 0.53
Hex EE 1E DD 0 57 7 7 131 56 35
Octal 356 36 335 0 127 7 7 461 126 65
Binary 11101110 11110 11011101 0 1010111 111 111 100110001 1010110 110101

Color Harmonies of #EE1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EDD

Black with #EE1EDD

Text Example


Text Example

White with #EE1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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