Html Css Color HEX #E540BE Razzle Dazzle Rose

📋 copy color: '#E540BE'

red 229 ◦ green 64 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E540BE

Tints of Razzle Dazzle Rose #E540BE

RGB

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

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

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

R = 47.41%
G = 13.25%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E540BE (or 0xE540BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 40 and BE. RGB value is (229,64,190). Sum of RGB (Red+Green+Blue) = 229+64+190=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E540BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540BE is #1ABF41. Grayscale: #7F7F7F. Windows color (decimal): -1752898 or 12468453. OLE color: 12468453.

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

Color convert

RGB 229 64 190 -
CMYK 0 0.72 0.17 0.10
HSL 314.18º 0.76% 0.57% -
HSV(B) 314.18º 0.72% 0.9% -
XYZ 43.44 24.04 51.07 -
YUV 127.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 229 64 190 0 0.72 0.17 0.10 314.18 0.76 0.57
Hex E5 40 BE 0 48 11 A 13A 4C 39
Octal 345 100 276 0 110 21 12 472 114 71
Binary 11100101 1000000 10111110 0 1001000 10001 1010 100111010 1001100 111001

Color Harmonies of #E540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540BE

Black with #E540BE

Text Example


Text Example

White with #E540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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