Html Css Color HEX #E531DD Razzle Dazzle Rose

📋 copy color: '#E531DD'

red 229 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E531DD

Tints of Razzle Dazzle Rose #E531DD

RGB

 RED value IS 229 (89.84% from 255) = 45.89%

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

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

R = 45.89%
G = 9.82%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E531DD (or 0xE531DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and DD. RGB value is (229,49,221). Sum of RGB (Red+Green+Blue) = 229+49+221=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E531DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531DD is #1ACE22. Grayscale: #797979. Windows color (decimal): -1756707 or 14496229. OLE color: 14496229.

HSL color Cylindrical-coordinate representation of color #E531DD: hue angle of 302.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531DD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 221 -
CMYK 0 0.79 0.03 0.10
HSL 302.67º 0.78% 0.55% -
HSV(B) 302.67º 0.79% 0.9% -
XYZ 46.46 24.08 70.6 -
YUV 122.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 229 49 221 0 0.79 0.03 0.10 302.67 0.78 0.55
Hex E5 31 DD 0 4F 3 A 12F 4E 37
Octal 345 61 335 0 117 3 12 457 116 67
Binary 11100101 110001 11011101 0 1001111 11 1010 100101111 1001110 110111

Color Harmonies of #E531DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531DD

Black with #E531DD

Text Example


Text Example

White with #E531DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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