Html Css Color HEX #E52ADB Razzle Dazzle Rose

📋 copy color: '#E52ADB'

red 229 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E52ADB

Tints of Razzle Dazzle Rose #E52ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.57%

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

R = 46.73%
G = 8.57%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E52ADB (or 0xE52ADB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and DB. RGB value is (229,42,219). Sum of RGB (Red+Green+Blue) = 229+42+219=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ADB is #1AD524. Grayscale: #757575. Windows color (decimal): -1758501 or 14363365. OLE color: 14363365.

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

Color convert

RGB 229 42 219 -
CMYK 0 0.82 0.04 0.10
HSL 303.21º 0.78% 0.53% -
HSV(B) 303.21º 0.82% 0.9% -
XYZ 45.93 23.43 69.12 -
YUV 118.09 184.95 207.11 -
System Red Green Blue C M Y K H S L
Decimal 229 42 219 0 0.82 0.04 0.10 303.21 0.78 0.53
Hex E5 2A DB 0 52 4 A 12F 4E 35
Octal 345 52 333 0 122 4 12 457 116 65
Binary 11100101 101010 11011011 0 1010010 100 1010 100101111 1001110 110101

Color Harmonies of #E52ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ADB

Black with #E52ADB

Text Example


Text Example

White with #E52ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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