Html Css Color HEX #E534BD Razzle Dazzle Rose

📋 copy color: '#E534BD'

red 229 ◦ green 52 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E534BD

Tints of Razzle Dazzle Rose #E534BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 48.72%
G = 11.06%
B = 40.21%

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

#E534BD (or 0xE534BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and BD. RGB value is (229,52,189). Sum of RGB (Red+Green+Blue) = 229+52+189=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E534BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534BD is #1ACB42. Grayscale: #787878. Windows color (decimal): -1755971 or 12399845. OLE color: 12399845.

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

Color convert

RGB 229 52 189 -
CMYK 0 0.77 0.17 0.10
HSL 313.56º 0.77% 0.55% -
HSV(B) 313.56º 0.77% 0.9% -
XYZ 42.73 22.79 50.29 -
YUV 120.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 229 52 189 0 0.77 0.17 0.10 313.56 0.77 0.55
Hex E5 34 BD 0 4D 11 A 13A 4D 37
Octal 345 64 275 0 115 21 12 472 115 67
Binary 11100101 110100 10111101 0 1001101 10001 1010 100111010 1001101 110111

Color Harmonies of #E534BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534BD

Black with #E534BD

Text Example


Text Example

White with #E534BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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