Html Css Color HEX #E52DDB Razzle Dazzle Rose

📋 copy color: '#E52DDB'

red 229 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E52DDB

Tints of Razzle Dazzle Rose #E52DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 46.45%
G = 9.13%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E52DDB (or 0xE52DDB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and DB. RGB value is (229,45,219). Sum of RGB (Red+Green+Blue) = 229+45+219=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DDB is #1AD224. Grayscale: #777777. Windows color (decimal): -1757733 or 14364133. OLE color: 14364133.

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

Color convert

RGB 229 45 219 -
CMYK 0 0.80 0.04 0.10
HSL 303.26º 0.78% 0.54% -
HSV(B) 303.26º 0.8% 0.9% -
XYZ 46.04 23.65 69.16 -
YUV 119.85 183.96 205.85 -
System Red Green Blue C M Y K H S L
Decimal 229 45 219 0 0.80 0.04 0.10 303.26 0.78 0.54
Hex E5 2D DB 0 50 4 A 12F 4E 36
Octal 345 55 333 0 120 4 12 457 116 66
Binary 11100101 101101 11011011 0 1010000 100 1010 100101111 1001110 110110

Color Harmonies of #E52DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DDB

Black with #E52DDB

Text Example


Text Example

White with #E52DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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