Html Css Color HEX #E53FCD Razzle Dazzle Rose

📋 copy color: '#E53FCD'

red 229 ◦ green 63 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E53FCD

Tints of Razzle Dazzle Rose #E53FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 12.68%

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 46.08%
G = 12.68%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E53FCD (or 0xE53FCD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3F and CD. RGB value is (229,63,205). Sum of RGB (Red+Green+Blue) = 229+63+205=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FCD is #1AC032. Grayscale: #808080. Windows color (decimal): -1753139 or 13451237. OLE color: 13451237.

HSL color Cylindrical-coordinate representation of color #E53FCD: hue angle of 308.67º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FCD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 63 205 -
CMYK 0 0.72 0.10 0.10
HSL 308.67º 0.76% 0.57% -
HSV(B) 308.67º 0.72% 0.9% -
XYZ 45.11 24.62 60.13 -
YUV 128.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 229 63 205 0 0.72 0.10 0.10 308.67 0.76 0.57
Hex E5 3F CD 0 48 A A 135 4C 39
Octal 345 77 315 0 110 12 12 465 114 71
Binary 11100101 111111 11001101 0 1001000 1010 1010 100110101 1001100 111001

Color Harmonies of #E53FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FCD

Black with #E53FCD

Text Example


Text Example

White with #E53FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FCD; }

 p { color: rgb(229,63,205); }

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

background-color css

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

 a { background-color: rgb(229,63,205); }

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

border-color css

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

 span { border-color: rgb(229,63,205); }

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