Html Css Color HEX #E541BA Razzle Dazzle Rose

📋 copy color: '#E541BA'

red 229 ◦ green 65 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E541BA

Tints of Razzle Dazzle Rose #E541BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 47.71%
G = 13.54%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E541BA (or 0xE541BA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 41 and BA. RGB value is (229,65,186). Sum of RGB (Red+Green+Blue) = 229+65+186=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E541BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E541BA is #1ABE45. Grayscale: #7F7F7F. Windows color (decimal): -1752646 or 12206565. OLE color: 12206565.

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

Color convert

RGB 229 65 186 -
CMYK 0 0.72 0.19 0.10
HSL 315.73º 0.76% 0.58% -
HSV(B) 315.73º 0.72% 0.9% -
XYZ 43.07 23.98 48.81 -
YUV 127.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 229 65 186 0 0.72 0.19 0.10 315.73 0.76 0.58
Hex E5 41 BA 0 48 13 A 13C 4C 3A
Octal 345 101 272 0 110 23 12 474 114 72
Binary 11100101 1000001 10111010 0 1001000 10011 1010 100111100 1001100 111010

Color Harmonies of #E541BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E541BA

Black with #E541BA

Text Example


Text Example

White with #E541BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E541BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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