Html Css Color HEX #E528DB Razzle Dazzle Rose

📋 copy color: '#E528DB'

red 229 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E528DB

Tints of Razzle Dazzle Rose #E528DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 46.93%
G = 8.2%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E528DB (or 0xE528DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and DB. RGB value is (229,40,219). Sum of RGB (Red+Green+Blue) = 229+40+219=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E528DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528DB is #1AD724. Grayscale: #747474. Windows color (decimal): -1759013 or 14362853. OLE color: 14362853.

HSL color Cylindrical-coordinate representation of color #E528DB: hue angle of 303.17º 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 #E528DB is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 40 219 -
CMYK 0 0.83 0.04 0.10
HSL 303.17º 0.78% 0.53% -
HSV(B) 303.17º 0.83% 0.9% -
XYZ 45.86 23.29 69.1 -
YUV 116.92 185.62 207.95 -
System Red Green Blue C M Y K H S L
Decimal 229 40 219 0 0.83 0.04 0.10 303.17 0.78 0.53
Hex E5 28 DB 0 53 4 A 12F 4E 35
Octal 345 50 333 0 123 4 12 457 116 65
Binary 11100101 101000 11011011 0 1010011 100 1010 100101111 1001110 110101

Color Harmonies of #E528DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528DB

Black with #E528DB

Text Example


Text Example

White with #E528DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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