Html Css Color HEX #E52CDB Razzle Dazzle Rose

📋 copy color: '#E52CDB'

red 229 ◦ green 44 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E52CDB

Tints of Razzle Dazzle Rose #E52CDB

RGB

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

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

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

R = 46.54%
G = 8.94%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E52CDB (or 0xE52CDB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and DB. RGB value is (229,44,219). Sum of RGB (Red+Green+Blue) = 229+44+219=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CDB is #1AD324. Grayscale: #767676. Windows color (decimal): -1757989 or 14363877. OLE color: 14363877.

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

Color convert

RGB 229 44 219 -
CMYK 0 0.81 0.04 0.10
HSL 303.24º 0.78% 0.54% -
HSV(B) 303.24º 0.81% 0.9% -
XYZ 46 23.57 69.14 -
YUV 119.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 229 44 219 0 0.81 0.04 0.10 303.24 0.78 0.54
Hex E5 2C DB 0 51 4 A 12F 4E 36
Octal 345 54 333 0 121 4 12 457 116 66
Binary 11100101 101100 11011011 0 1010001 100 1010 100101111 1001110 110110

Color Harmonies of #E52CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CDB

Black with #E52CDB

Text Example


Text Example

White with #E52CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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