Html Css Color HEX #E532E8 Razzle Dazzle Rose

📋 copy color: '#E532E8'

red 229 ◦ green 50 ◦ blue 232

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

Shades of Razzle Dazzle Rose #E532E8

Tints of Razzle Dazzle Rose #E532E8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.78%

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

R = 44.81%
G = 9.78%
B = 45.4%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E532E8 (or 0xE532E8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and E8. RGB value is (229,50,232). Sum of RGB (Red+Green+Blue) = 229+50+232=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #E532E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E532E8 is #1ACD17. Grayscale: #7B7B7B. Windows color (decimal): -1756440 or 15217381. OLE color: 15217381.

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

Color convert

RGB 229 50 232 -
CMYK 0.01 0.78 0 0.09
HSL 299.01º 0.8% 0.55% -
HSV(B) 299.01º 0.78% 0.91% -
XYZ 48.02 24.77 78.59 -
YUV 124.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 229 50 232 0.01 0.78 0 0.09 299.01 0.8 0.55
Hex E5 32 E8 1 4E 0 9 12B 50 37
Octal 345 62 350 1 116 0 11 453 120 67
Binary 11100101 110010 11101000 1 1001110 0 1001 100101011 1010000 110111

Color Harmonies of #E532E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532E8

Black with #E532E8

Text Example


Text Example

White with #E532E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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