Html Css Color HEX #E532BE Razzle Dazzle Rose

📋 copy color: '#E532BE'

red 229 ◦ green 50 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E532BE

Tints of Razzle Dazzle Rose #E532BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 48.83%
G = 10.66%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E532BE (or 0xE532BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and BE. RGB value is (229,50,190). Sum of RGB (Red+Green+Blue) = 229+50+190=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E532BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532BE is #1ACD41. Grayscale: #777777. Windows color (decimal): -1756482 or 12464869. OLE color: 12464869.

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

Color convert

RGB 229 50 190 -
CMYK 0 0.78 0.17 0.10
HSL 313.07º 0.77% 0.55% -
HSV(B) 313.07º 0.78% 0.9% -
XYZ 42.75 22.66 50.84 -
YUV 119.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 229 50 190 0 0.78 0.17 0.10 313.07 0.77 0.55
Hex E5 32 BE 0 4E 11 A 139 4D 37
Octal 345 62 276 0 116 21 12 471 115 67
Binary 11100101 110010 10111110 0 1001110 10001 1010 100111001 1001101 110111

Color Harmonies of #E532BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532BE

Black with #E532BE

Text Example


Text Example

White with #E532BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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