Html Css Color HEX #E528DD Razzle Dazzle Rose

📋 copy color: '#E528DD'

red 229 ◦ green 40 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E528DD

Tints of Razzle Dazzle Rose #E528DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.16%

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

R = 46.73%
G = 8.16%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E528DD (or 0xE528DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and DD. RGB value is (229,40,221). Sum of RGB (Red+Green+Blue) = 229+40+221=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E528DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528DD is #1AD722. Grayscale: #747474. Windows color (decimal): -1759011 or 14493925. OLE color: 14493925.

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

Color convert

RGB 229 40 221 -
CMYK 0 0.83 0.03 0.10
HSL 302.54º 0.78% 0.53% -
HSV(B) 302.54º 0.83% 0.9% -
XYZ 46.12 23.4 70.49 -
YUV 117.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 229 40 221 0 0.83 0.03 0.10 302.54 0.78 0.53
Hex E5 28 DD 0 53 3 A 12F 4E 35
Octal 345 50 335 0 123 3 12 457 116 65
Binary 11100101 101000 11011101 0 1010011 11 1010 100101111 1001110 110101

Color Harmonies of #E528DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528DD

Black with #E528DD

Text Example


Text Example

White with #E528DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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