Html Css Color HEX #E61DDD Razzle Dazzle Rose

📋 copy color: '#E61DDD'

red 230 ◦ green 29 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E61DDD

Tints of Razzle Dazzle Rose #E61DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.04%

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

R = 47.92%
G = 6.04%
B = 46.04%

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

#E61DDD (or 0xE61DDD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1D and DD. RGB value is (230,29,221). Sum of RGB (Red+Green+Blue) = 230+29+221=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DDD is #19E222. Grayscale: #6E6E6E. Windows color (decimal): -1696291 or 14491110. OLE color: 14491110.

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

Color convert

RGB 230 29 221 -
CMYK 0 0.87 0.04 0.10
HSL 302.69º 0.8% 0.51% -
HSV(B) 302.69º 0.87% 0.9% -
XYZ 46.12 22.92 70.4 -
YUV 110.99 190.09 212.89 -
System Red Green Blue C M Y K H S L
Decimal 230 29 221 0 0.87 0.04 0.10 302.69 0.8 0.51
Hex E6 1D DD 0 57 4 A 12F 50 33
Octal 346 35 335 0 127 4 12 457 120 63
Binary 11100110 11101 11011101 0 1010111 100 1010 100101111 1010000 110011

Color Harmonies of #E61DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DDD

Black with #E61DDD

Text Example


Text Example

White with #E61DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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