Html Css Color HEX #E52CDD Razzle Dazzle Rose

📋 copy color: '#E52CDD'

red 229 ◦ green 44 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E52CDD

Tints of Razzle Dazzle Rose #E52CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 46.36%
G = 8.91%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E52CDD (or 0xE52CDD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and DD. RGB value is (229,44,221). Sum of RGB (Red+Green+Blue) = 229+44+221=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CDD is #1AD322. Grayscale: #767676. Windows color (decimal): -1757987 or 14494949. OLE color: 14494949.

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

Color convert

RGB 229 44 221 -
CMYK 0 0.81 0.03 0.10
HSL 302.59º 0.78% 0.54% -
HSV(B) 302.59º 0.81% 0.9% -
XYZ 46.26 23.68 70.54 -
YUV 119.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 229 44 221 0 0.81 0.03 0.10 302.59 0.78 0.54
Hex E5 2C DD 0 51 3 A 12F 4E 36
Octal 345 54 335 0 121 3 12 457 116 66
Binary 11100101 101100 11011101 0 1010001 11 1010 100101111 1001110 110110

Color Harmonies of #E52CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CDD

Black with #E52CDD

Text Example


Text Example

White with #E52CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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