Html Css Color HEX #E540B2 Razzle Dazzle Rose

📋 copy color: '#E540B2'

red 229 ◦ green 64 ◦ blue 178

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

Shades of Razzle Dazzle Rose #E540B2

Tints of Razzle Dazzle Rose #E540B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 48.62%
G = 13.59%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E540B2 (or 0xE540B2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 40 and B2. RGB value is (229,64,178). Sum of RGB (Red+Green+Blue) = 229+64+178=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E540B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E540B2 is #1ABF4D. Grayscale: #7E7E7E. Windows color (decimal): -1752910 or 11682021. OLE color: 11682021.

HSL color Cylindrical-coordinate representation of color #E540B2: hue angle of 318.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540B2 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 178 -
CMYK 0 0.72 0.22 0.10
HSL 318.55º 0.76% 0.57% -
HSV(B) 318.55º 0.72% 0.9% -
XYZ 42.18 23.54 44.44 -
YUV 126.33 157.16 201.23 -
System Red Green Blue C M Y K H S L
Decimal 229 64 178 0 0.72 0.22 0.10 318.55 0.76 0.57
Hex E5 40 B2 0 48 16 A 13F 4C 39
Octal 345 100 262 0 110 26 12 477 114 71
Binary 11100101 1000000 10110010 0 1001000 10110 1010 100111111 1001100 111001

Color Harmonies of #E540B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540B2

Black with #E540B2

Text Example


Text Example

White with #E540B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540B2; }

 p { color: rgb(229,64,178); }

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

background-color css

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

 a { background-color: rgb(229,64,178); }

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

border-color css

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

 span { border-color: rgb(229,64,178); }

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