Html Css Color HEX #E532BF Razzle Dazzle Rose

📋 copy color: '#E532BF'

red 229 ◦ green 50 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E532BF

Tints of Razzle Dazzle Rose #E532BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 48.72%
G = 10.64%
B = 40.64%

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

#E532BF (or 0xE532BF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and BF. RGB value is (229,50,191). Sum of RGB (Red+Green+Blue) = 229+50+191=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E532BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532BF is #1ACD40. Grayscale: #777777. Windows color (decimal): -1756481 or 12530405. OLE color: 12530405.

HSL color Cylindrical-coordinate representation of color #E532BF: hue angle of 312.74º 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 #E532BF is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 50 191 -
CMYK 0 0.78 0.17 0.10
HSL 312.74º 0.77% 0.55% -
HSV(B) 312.74º 0.78% 0.9% -
XYZ 42.86 22.7 51.41 -
YUV 119.6 168.3 206.04 -
System Red Green Blue C M Y K H S L
Decimal 229 50 191 0 0.78 0.17 0.10 312.74 0.77 0.55
Hex E5 32 BF 0 4E 11 A 139 4D 37
Octal 345 62 277 0 116 21 12 471 115 67
Binary 11100101 110010 10111111 0 1001110 10001 1010 100111001 1001101 110111

Color Harmonies of #E532BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532BF

Black with #E532BF

Text Example


Text Example

White with #E532BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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