Html Css Color HEX #E331DD Razzle Dazzle Rose

📋 copy color: '#E331DD'

red 227 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E331DD

Tints of Razzle Dazzle Rose #E331DD

RGB

 RED value IS 227 (89.06% from 255) = 45.67%

 GREEN value IS 49 (19.53% from 255) = 9.86%

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

R = 45.67%
G = 9.86%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E331DD (or 0xE331DD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 31 and DD. RGB value is (227,49,221). Sum of RGB (Red+Green+Blue) = 227+49+221=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E331DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331DD is #1CCE22. Grayscale: #797979. Windows color (decimal): -1887779 or 14496227. OLE color: 14496227.

HSL color Cylindrical-coordinate representation of color #E331DD: hue angle of 302.02º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E331DD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 49 221 -
CMYK 0 0.78 0.03 0.11
HSL 302.02º 0.76% 0.54% -
HSV(B) 302.02º 0.78% 0.89% -
XYZ 45.83 23.75 70.58 -
YUV 121.83 183.97 203.01 -
System Red Green Blue C M Y K H S L
Decimal 227 49 221 0 0.78 0.03 0.11 302.02 0.76 0.54
Hex E3 31 DD 0 4E 3 B 12E 4C 36
Octal 343 61 335 0 116 3 13 456 114 66
Binary 11100011 110001 11011101 0 1001110 11 1011 100101110 1001100 110110

Color Harmonies of #E331DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331DD

Black with #E331DD

Text Example


Text Example

White with #E331DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331DD; }

 p { color: rgb(227,49,221); }

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

background-color css

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

 a { background-color: rgb(227,49,221); }

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

border-color css

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

 span { border-color: rgb(227,49,221); }

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