Html Css Color HEX #E53CCC Razzle Dazzle Rose

📋 copy color: '#E53CCC'

red 229 ◦ green 60 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E53CCC

Tints of Razzle Dazzle Rose #E53CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 46.45%
G = 12.17%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E53CCC (or 0xE53CCC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and CC. RGB value is (229,60,204). Sum of RGB (Red+Green+Blue) = 229+60+204=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CCC is #1AC333. Grayscale: #7E7E7E. Windows color (decimal): -1753908 or 13384933. OLE color: 13384933.

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

Color convert

RGB 229 60 204 -
CMYK 0 0.74 0.11 0.10
HSL 308.88º 0.76% 0.57% -
HSV(B) 308.88º 0.74% 0.9% -
XYZ 44.83 24.25 59.44 -
YUV 126.95 171.49 200.79 -
System Red Green Blue C M Y K H S L
Decimal 229 60 204 0 0.74 0.11 0.10 308.88 0.76 0.57
Hex E5 3C CC 0 4A B A 135 4C 39
Octal 345 74 314 0 112 13 12 465 114 71
Binary 11100101 111100 11001100 0 1001010 1011 1010 100110101 1001100 111001

Color Harmonies of #E53CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CCC

Black with #E53CCC

Text Example


Text Example

White with #E53CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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