Html Css Color HEX #E52DCB Razzle Dazzle Rose

📋 copy color: '#E52DCB'

red 229 ◦ green 45 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E52DCB

Tints of Razzle Dazzle Rose #E52DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.43%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 48.01%
G = 9.43%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E52DCB (or 0xE52DCB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and CB. RGB value is (229,45,203). Sum of RGB (Red+Green+Blue) = 229+45+203=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DCB is #1AD234. Grayscale: #757575. Windows color (decimal): -1757749 or 13315557. OLE color: 13315557.

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

Color convert

RGB 229 45 203 -
CMYK 0 0.80 0.11 0.10
HSL 308.48º 0.78% 0.54% -
HSV(B) 308.48º 0.8% 0.9% -
XYZ 44.03 22.85 58.59 -
YUV 118.03 175.96 207.15 -
System Red Green Blue C M Y K H S L
Decimal 229 45 203 0 0.80 0.11 0.10 308.48 0.78 0.54
Hex E5 2D CB 0 50 B A 134 4E 36
Octal 345 55 313 0 120 13 12 464 116 66
Binary 11100101 101101 11001011 0 1010000 1011 1010 100110100 1001110 110110

Color Harmonies of #E52DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DCB

Black with #E52DCB

Text Example


Text Example

White with #E52DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DCB; }

 p { color: rgb(229,45,203); }

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

background-color css

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

 a { background-color: rgb(229,45,203); }

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

border-color css

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

 span { border-color: rgb(229,45,203); }

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