Html Css Color HEX #E52EDB Razzle Dazzle Rose

📋 copy color: '#E52EDB'

red 229 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E52EDB

Tints of Razzle Dazzle Rose #E52EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.31%

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

R = 46.36%
G = 9.31%
B = 44.33%

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

#E52EDB (or 0xE52EDB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and DB. RGB value is (229,46,219). Sum of RGB (Red+Green+Blue) = 229+46+219=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EDB is #1AD124. Grayscale: #777777. Windows color (decimal): -1757477 or 14364389. OLE color: 14364389.

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

Color convert

RGB 229 46 219 -
CMYK 0 0.80 0.04 0.10
HSL 303.28º 0.78% 0.54% -
HSV(B) 303.28º 0.8% 0.9% -
XYZ 46.08 23.73 69.17 -
YUV 120.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 229 46 219 0 0.80 0.04 0.10 303.28 0.78 0.54
Hex E5 2E DB 0 50 4 A 12F 4E 36
Octal 345 56 333 0 120 4 12 457 116 66
Binary 11100101 101110 11011011 0 1010000 100 1010 100101111 1001110 110110

Color Harmonies of #E52EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EDB

Black with #E52EDB

Text Example


Text Example

White with #E52EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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