Html Css Color HEX #E53CD4 Razzle Dazzle Rose

📋 copy color: '#E53CD4'

red 229 ◦ green 60 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E53CD4

Tints of Razzle Dazzle Rose #E53CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.32%

R = 45.71%
G = 11.98%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E53CD4 (or 0xE53CD4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and D4. RGB value is (229,60,212). Sum of RGB (Red+Green+Blue) = 229+60+212=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CD4 is #1AC32B. Grayscale: #7F7F7F. Windows color (decimal): -1753900 or 13909221. OLE color: 13909221.

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

Color convert

RGB 229 60 212 -
CMYK 0 0.74 0.07 0.10
HSL 306.04º 0.76% 0.57% -
HSV(B) 306.04º 0.74% 0.9% -
XYZ 45.81 24.64 64.63 -
YUV 127.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 229 60 212 0 0.74 0.07 0.10 306.04 0.76 0.57
Hex E5 3C D4 0 4A 7 A 132 4C 39
Octal 345 74 324 0 112 7 12 462 114 71
Binary 11100101 111100 11010100 0 1001010 111 1010 100110010 1001100 111001

Color Harmonies of #E53CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CD4

Black with #E53CD4

Text Example


Text Example

White with #E53CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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