Html Css Color HEX #E534BF Razzle Dazzle Rose

📋 copy color: '#E534BF'

red 229 ◦ green 52 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E534BF

Tints of Razzle Dazzle Rose #E534BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 48.52%
G = 11.02%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E534BF (or 0xE534BF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and BF. RGB value is (229,52,191). Sum of RGB (Red+Green+Blue) = 229+52+191=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E534BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534BF is #1ACB40. Grayscale: #787878. Windows color (decimal): -1755969 or 12530917. OLE color: 12530917.

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

Color convert

RGB 229 52 191 -
CMYK 0 0.77 0.17 0.10
HSL 312.88º 0.77% 0.55% -
HSV(B) 312.88º 0.77% 0.9% -
XYZ 42.95 22.88 51.44 -
YUV 120.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 229 52 191 0 0.77 0.17 0.10 312.88 0.77 0.55
Hex E5 34 BF 0 4D 11 A 139 4D 37
Octal 345 64 277 0 115 21 12 471 115 67
Binary 11100101 110100 10111111 0 1001101 10001 1010 100111001 1001101 110111

Color Harmonies of #E534BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534BF

Black with #E534BF

Text Example


Text Example

White with #E534BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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