Html Css Color HEX #E529DA Razzle Dazzle Rose

📋 copy color: '#E529DA'

red 229 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E529DA

Tints of Razzle Dazzle Rose #E529DA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.4%

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

R = 46.93%
G = 8.4%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E529DA (or 0xE529DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and DA. RGB value is (229,41,218). Sum of RGB (Red+Green+Blue) = 229+41+218=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E529DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529DA is #1AD625. Grayscale: #747474. Windows color (decimal): -1758758 or 14297573. OLE color: 14297573.

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

Color convert

RGB 229 41 218 -
CMYK 0 0.82 0.05 0.10
HSL 303.51º 0.78% 0.53% -
HSV(B) 303.51º 0.82% 0.9% -
XYZ 45.76 23.31 68.42 -
YUV 117.39 184.78 207.61 -
System Red Green Blue C M Y K H S L
Decimal 229 41 218 0 0.82 0.05 0.10 303.51 0.78 0.53
Hex E5 29 DA 0 52 5 A 130 4E 35
Octal 345 51 332 0 122 5 12 460 116 65
Binary 11100101 101001 11011010 0 1010010 101 1010 100110000 1001110 110101

Color Harmonies of #E529DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529DA

Black with #E529DA

Text Example


Text Example

White with #E529DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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