Html Css Color HEX #E61EDE Razzle Dazzle Rose

📋 copy color: '#E61EDE'

red 230 ◦ green 30 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E61EDE

Tints of Razzle Dazzle Rose #E61EDE

RGB

 RED value IS 230 (90.23% from 255) = 47.72%

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 47.72%
G = 6.22%
B = 46.06%

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

#E61EDE (or 0xE61EDE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1E and DE. RGB value is (230,30,222). Sum of RGB (Red+Green+Blue) = 230+30+222=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EDE is #19E121. Grayscale: #6F6F6F. Windows color (decimal): -1696034 or 14556902. OLE color: 14556902.

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

Color convert

RGB 230 30 222 -
CMYK 0 0.87 0.03 0.10
HSL 302.4º 0.8% 0.51% -
HSV(B) 302.4º 0.87% 0.9% -
XYZ 46.28 23.03 71.11 -
YUV 111.69 190.26 212.39 -
System Red Green Blue C M Y K H S L
Decimal 230 30 222 0 0.87 0.03 0.10 302.4 0.8 0.51
Hex E6 1E DE 0 57 3 A 12E 50 33
Octal 346 36 336 0 127 3 12 456 120 63
Binary 11100110 11110 11011110 0 1010111 11 1010 100101110 1010000 110011

Color Harmonies of #E61EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EDE

Black with #E61EDE

Text Example


Text Example

White with #E61EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EDE; }

 p { color: rgb(230,30,222); }

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

background-color css

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

 a { background-color: rgb(230,30,222); }

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

border-color css

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

 span { border-color: rgb(230,30,222); }

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