Html Css Color HEX #E61EDD Razzle Dazzle Rose

📋 copy color: '#E61EDD'

red 230 ◦ green 30 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E61EDD

Tints of Razzle Dazzle Rose #E61EDD

RGB

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

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

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

R = 47.82%
G = 6.24%
B = 45.95%

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

#E61EDD (or 0xE61EDD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1E and DD. RGB value is (230,30,221). Sum of RGB (Red+Green+Blue) = 230+30+221=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E61EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61EDD is #19E122. Grayscale: #6F6F6F. Windows color (decimal): -1696035 or 14491366. OLE color: 14491366.

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

Color convert

RGB 230 30 221 -
CMYK 0 0.87 0.04 0.10
HSL 302.7º 0.8% 0.51% -
HSV(B) 302.7º 0.87% 0.9% -
XYZ 46.15 22.97 70.41 -
YUV 111.57 189.76 212.47 -
System Red Green Blue C M Y K H S L
Decimal 230 30 221 0 0.87 0.04 0.10 302.7 0.8 0.51
Hex E6 1E DD 0 57 4 A 12F 50 33
Octal 346 36 335 0 127 4 12 457 120 63
Binary 11100110 11110 11011101 0 1010111 100 1010 100101111 1010000 110011

Color Harmonies of #E61EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EDD

Black with #E61EDD

Text Example


Text Example

White with #E61EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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