Html Css Color HEX #E51EDC Razzle Dazzle Rose

📋 copy color: '#E51EDC'

red 229 ◦ green 30 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E51EDC

Tints of Razzle Dazzle Rose #E51EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.26%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 47.81%
G = 6.26%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E51EDC (or 0xE51EDC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and DC. RGB value is (229,30,220). Sum of RGB (Red+Green+Blue) = 229+30+220=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EDC is #1AE123. Grayscale: #6E6E6E. Windows color (decimal): -1761572 or 14425829. OLE color: 14425829.

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

Color convert

RGB 229 30 220 -
CMYK 0 0.87 0.04 0.10
HSL 302.71º 0.79% 0.51% -
HSV(B) 302.71º 0.87% 0.9% -
XYZ 45.7 22.75 69.69 -
YUV 111.16 189.43 212.05 -
System Red Green Blue C M Y K H S L
Decimal 229 30 220 0 0.87 0.04 0.10 302.71 0.79 0.51
Hex E5 1E DC 0 57 4 A 12F 4F 33
Octal 345 36 334 0 127 4 12 457 117 63
Binary 11100101 11110 11011100 0 1010111 100 1010 100101111 1001111 110011

Color Harmonies of #E51EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51EDC

Black with #E51EDC

Text Example


Text Example

White with #E51EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51EDC; }

 p { color: rgb(229,30,220); }

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

background-color css

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

 a { background-color: rgb(229,30,220); }

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

border-color css

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

 span { border-color: rgb(229,30,220); }

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