Html Css Color HEX #E541BE Razzle Dazzle Rose

📋 copy color: '#E541BE'

red 229 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E541BE

Tints of Razzle Dazzle Rose #E541BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.43%

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

R = 47.31%
G = 13.43%
B = 39.26%

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

#E541BE (or 0xE541BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 41 and BE. RGB value is (229,65,190). Sum of RGB (Red+Green+Blue) = 229+65+190=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E541BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541BE is #1ABE41. Grayscale: #7F7F7F. Windows color (decimal): -1752642 or 12468709. OLE color: 12468709.

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

Color convert

RGB 229 65 190 -
CMYK 0 0.72 0.17 0.10
HSL 314.27º 0.76% 0.58% -
HSV(B) 314.27º 0.72% 0.9% -
XYZ 43.5 24.16 51.09 -
YUV 128.29 162.83 199.84 -
System Red Green Blue C M Y K H S L
Decimal 229 65 190 0 0.72 0.17 0.10 314.27 0.76 0.58
Hex E5 41 BE 0 48 11 A 13A 4C 3A
Octal 345 101 276 0 110 21 12 472 114 72
Binary 11100101 1000001 10111110 0 1001000 10001 1010 100111010 1001100 111010

Color Harmonies of #E541BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541BE

Black with #E541BE

Text Example


Text Example

White with #E541BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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