Html Css Color HEX #E529EA Razzle Dazzle Rose

📋 copy color: '#E529EA'

red 229 ◦ green 41 ◦ blue 234

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

Shades of Razzle Dazzle Rose #E529EA

Tints of Razzle Dazzle Rose #E529EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 45.44%
G = 8.13%
B = 46.43%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E529EA (or 0xE529EA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and EA. RGB value is (229,41,234). Sum of RGB (Red+Green+Blue) = 229+41+234=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 41 (16.41% from 255 or 8.13% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #E529EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529EA is #1AD615. Grayscale: #767676. Windows color (decimal): -1758742 or 15346149. OLE color: 15346149.

HSL color Cylindrical-coordinate representation of color #E529EA: hue angle of 298.45º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529EA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 41 234 -
CMYK 0.02 0.82 0 0.08
HSL 298.45º 0.82% 0.54% -
HSV(B) 298.45º 0.82% 0.92% -
XYZ 47.96 24.18 79.98 -
YUV 119.21 192.78 206.31 -
System Red Green Blue C M Y K H S L
Decimal 229 41 234 0.02 0.82 0 0.08 298.45 0.82 0.54
Hex E5 29 EA 2 52 0 8 12A 52 36
Octal 345 51 352 2 122 0 10 452 122 66
Binary 11100101 101001 11101010 10 1010010 0 1000 100101010 1010010 110110

Color Harmonies of #E529EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529EA

Black with #E529EA

Text Example


Text Example

White with #E529EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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