Html Css Color HEX #E51EDD Razzle Dazzle Rose

📋 copy color: '#E51EDD'

red 229 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E51EDD

Tints of Razzle Dazzle Rose #E51EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 47.71%
G = 6.25%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E51EDD (or 0xE51EDD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 1E and DD. RGB value is (229,30,221). Sum of RGB (Red+Green+Blue) = 229+30+221=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EDD is #1AE122. Grayscale: #6E6E6E. Windows color (decimal): -1761571 or 14491365. OLE color: 14491365.

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

Color convert

RGB 229 30 221 -
CMYK 0 0.87 0.03 0.10
HSL 302.41º 0.79% 0.51% -
HSV(B) 302.41º 0.87% 0.9% -
XYZ 45.83 22.81 70.39 -
YUV 111.28 189.93 211.97 -
System Red Green Blue C M Y K H S L
Decimal 229 30 221 0 0.87 0.03 0.10 302.41 0.79 0.51
Hex E5 1E DD 0 57 3 A 12E 4F 33
Octal 345 36 335 0 127 3 12 456 117 63
Binary 11100101 11110 11011101 0 1010111 11 1010 100101110 1001111 110011

Color Harmonies of #E51EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51EDD

Black with #E51EDD

Text Example


Text Example

White with #E51EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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