Html Css Color HEX #E52CDA Razzle Dazzle Rose

📋 copy color: '#E52CDA'

red 229 ◦ green 44 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E52CDA

Tints of Razzle Dazzle Rose #E52CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.96%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 46.64%
G = 8.96%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E52CDA (or 0xE52CDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and DA. RGB value is (229,44,218). Sum of RGB (Red+Green+Blue) = 229+44+218=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CDA is #1AD325. Grayscale: #767676. Windows color (decimal): -1757990 or 14298341. OLE color: 14298341.

HSL color Cylindrical-coordinate representation of color #E52CDA: hue angle of 303.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CDA is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 44 218 -
CMYK 0 0.81 0.05 0.10
HSL 303.57º 0.78% 0.54% -
HSV(B) 303.57º 0.81% 0.9% -
XYZ 45.87 23.52 68.45 -
YUV 119.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 229 44 218 0 0.81 0.05 0.10 303.57 0.78 0.54
Hex E5 2C DA 0 51 5 A 130 4E 36
Octal 345 54 332 0 121 5 12 460 116 66
Binary 11100101 101100 11011010 0 1010001 101 1010 100110000 1001110 110110

Color Harmonies of #E52CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CDA

Black with #E52CDA

Text Example


Text Example

White with #E52CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CDA; }

 p { color: rgb(229,44,218); }

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

background-color css

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

 a { background-color: rgb(229,44,218); }

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

border-color css

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

 span { border-color: rgb(229,44,218); }

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