Html Css Color HEX #E51ED6 Razzle Dazzle Rose

📋 copy color: '#E51ED6'

red 229 ◦ green 30 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E51ED6

Tints of Razzle Dazzle Rose #E51ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 48.41%
G = 6.34%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E51ED6 (or 0xE51ED6) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and D6. RGB value is (229,30,214). Sum of RGB (Red+Green+Blue) = 229+30+214=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ED6 is #1AE129. Grayscale: #6D6D6D. Windows color (decimal): -1761578 or 14032613. OLE color: 14032613.

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

Color convert

RGB 229 30 214 -
CMYK 0 0.87 0.07 0.10
HSL 304.52º 0.79% 0.51% -
HSV(B) 304.52º 0.87% 0.9% -
XYZ 44.91 22.44 65.58 -
YUV 110.48 186.43 212.54 -
System Red Green Blue C M Y K H S L
Decimal 229 30 214 0 0.87 0.07 0.10 304.52 0.79 0.51
Hex E5 1E D6 0 57 7 A 131 4F 33
Octal 345 36 326 0 127 7 12 461 117 63
Binary 11100101 11110 11010110 0 1010111 111 1010 100110001 1001111 110011

Color Harmonies of #E51ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51ED6

Black with #E51ED6

Text Example


Text Example

White with #E51ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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