Html Css Color HEX #E528DA Razzle Dazzle Rose

📋 copy color: '#E528DA'

red 229 ◦ green 40 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E528DA

Tints of Razzle Dazzle Rose #E528DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 47.02%
G = 8.21%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E528DA (or 0xE528DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and DA. RGB value is (229,40,218). Sum of RGB (Red+Green+Blue) = 229+40+218=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E528DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528DA is #1AD725. Grayscale: #747474. Windows color (decimal): -1759014 or 14297317. OLE color: 14297317.

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

Color convert

RGB 229 40 218 -
CMYK 0 0.83 0.05 0.10
HSL 303.49º 0.78% 0.53% -
HSV(B) 303.49º 0.83% 0.9% -
XYZ 45.73 23.24 68.4 -
YUV 116.8 185.12 208.03 -
System Red Green Blue C M Y K H S L
Decimal 229 40 218 0 0.83 0.05 0.10 303.49 0.78 0.53
Hex E5 28 DA 0 53 5 A 12F 4E 35
Octal 345 50 332 0 123 5 12 457 116 65
Binary 11100101 101000 11011010 0 1010011 101 1010 100101111 1001110 110101

Color Harmonies of #E528DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528DA

Black with #E528DA

Text Example


Text Example

White with #E528DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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