Html Css Color HEX #E53AB9 Razzle Dazzle Rose

📋 copy color: '#E53AB9'

red 229 ◦ green 58 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E53AB9

Tints of Razzle Dazzle Rose #E53AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.29%

 BLUE value IS 185 (72.66% from 255) = 39.19%

R = 48.52%
G = 12.29%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E53AB9 (or 0xE53AB9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3A and B9. RGB value is (229,58,185). Sum of RGB (Red+Green+Blue) = 229+58+185=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53AB9 is #1AC546. Grayscale: #7B7B7B. Windows color (decimal): -1754439 or 12139237. OLE color: 12139237.

HSL color Cylindrical-coordinate representation of color #E53AB9: hue angle of 315.44º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53AB9 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 58 185 -
CMYK 0 0.75 0.19 0.10
HSL 315.44º 0.77% 0.56% -
HSV(B) 315.44º 0.75% 0.9% -
XYZ 42.58 23.19 48.13 -
YUV 123.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 229 58 185 0 0.75 0.19 0.10 315.44 0.77 0.56
Hex E5 3A B9 0 4B 13 A 13B 4D 38
Octal 345 72 271 0 113 23 12 473 115 70
Binary 11100101 111010 10111001 0 1001011 10011 1010 100111011 1001101 111000

Color Harmonies of #E53AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AB9

Black with #E53AB9

Text Example


Text Example

White with #E53AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AB9; }

 p { color: rgb(229,58,185); }

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

background-color css

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

 a { background-color: rgb(229,58,185); }

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

border-color css

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

 span { border-color: rgb(229,58,185); }

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