Html Css Color HEX #E540BB Razzle Dazzle Rose

📋 copy color: '#E540BB'

red 229 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E540BB

Tints of Razzle Dazzle Rose #E540BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 47.71%
G = 13.33%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E540BB (or 0xE540BB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 40 and BB. RGB value is (229,64,187). Sum of RGB (Red+Green+Blue) = 229+64+187=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E540BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540BB is #1ABF44. Grayscale: #7F7F7F. Windows color (decimal): -1752901 or 12271845. OLE color: 12271845.

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

Color convert

RGB 229 64 187 -
CMYK 0 0.72 0.18 0.10
HSL 315.27º 0.76% 0.57% -
HSV(B) 315.27º 0.72% 0.9% -
XYZ 43.12 23.91 49.36 -
YUV 127.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 229 64 187 0 0.72 0.18 0.10 315.27 0.76 0.57
Hex E5 40 BB 0 48 12 A 13B 4C 39
Octal 345 100 273 0 110 22 12 473 114 71
Binary 11100101 1000000 10111011 0 1001000 10010 1010 100111011 1001100 111001

Color Harmonies of #E540BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540BB

Black with #E540BB

Text Example


Text Example

White with #E540BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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