Html Css Color HEX #E53CBA Razzle Dazzle Rose

📋 copy color: '#E53CBA'

red 229 ◦ green 60 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E53CBA

Tints of Razzle Dazzle Rose #E53CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.63%

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

R = 48.21%
G = 12.63%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E53CBA (or 0xE53CBA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and BA. RGB value is (229,60,186). Sum of RGB (Red+Green+Blue) = 229+60+186=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CBA is #1AC345. Grayscale: #7C7C7C. Windows color (decimal): -1753926 or 12205285. OLE color: 12205285.

HSL color Cylindrical-coordinate representation of color #E53CBA: 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.74%. Process color model (Four color, CMYK) of #E53CBA is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 60 186 -
CMYK 0 0.74 0.19 0.10
HSL 315.27º 0.76% 0.57% -
HSV(B) 315.27º 0.74% 0.9% -
XYZ 42.79 23.43 48.72 -
YUV 124.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 229 60 186 0 0.74 0.19 0.10 315.27 0.76 0.57
Hex E5 3C BA 0 4A 13 A 13B 4C 39
Octal 345 74 272 0 112 23 12 473 114 71
Binary 11100101 111100 10111010 0 1001010 10011 1010 100111011 1001100 111001

Color Harmonies of #E53CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CBA

Black with #E53CBA

Text Example


Text Example

White with #E53CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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