Html Css Color HEX #E529E8 Razzle Dazzle Rose

📋 copy color: '#E529E8'

red 229 ◦ green 41 ◦ blue 232

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

Shades of Razzle Dazzle Rose #E529E8

Tints of Razzle Dazzle Rose #E529E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.22%

R = 45.62%
G = 8.17%
B = 46.22%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E529E8 (or 0xE529E8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and E8. RGB value is (229,41,232). Sum of RGB (Red+Green+Blue) = 229+41+232=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #E529E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E529E8 is #1AD617. Grayscale: #767676. Windows color (decimal): -1758744 or 15215077. OLE color: 15215077.

HSL color Cylindrical-coordinate representation of color #E529E8: hue angle of 299.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529E8 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 41 232 -
CMYK 0.01 0.82 0 0.09
HSL 299.06º 0.81% 0.54% -
HSV(B) 299.06º 0.82% 0.91% -
XYZ 47.67 24.07 78.48 -
YUV 118.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 229 41 232 0.01 0.82 0 0.09 299.06 0.81 0.54
Hex E5 29 E8 1 52 0 9 12B 51 36
Octal 345 51 350 1 122 0 11 453 121 66
Binary 11100101 101001 11101000 1 1010010 0 1001 100101011 1010001 110110

Color Harmonies of #E529E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529E8

Black with #E529E8

Text Example


Text Example

White with #E529E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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