Html Css Color HEX #E61CDD Razzle Dazzle Rose

📋 copy color: '#E61CDD'

red 230 ◦ green 28 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E61CDD

Tints of Razzle Dazzle Rose #E61CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.85%

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

R = 48.02%
G = 5.85%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E61CDD (or 0xE61CDD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1C and DD. RGB value is (230,28,221). Sum of RGB (Red+Green+Blue) = 230+28+221=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E61CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61CDD is #19E322. Grayscale: #6D6D6D. Windows color (decimal): -1696547 or 14490854. OLE color: 14490854.

HSL color Cylindrical-coordinate representation of color #E61CDD: hue angle of 302.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CDD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 28 221 -
CMYK 0 0.88 0.04 0.10
HSL 302.67º 0.8% 0.51% -
HSV(B) 302.67º 0.88% 0.9% -
XYZ 46.1 22.87 70.39 -
YUV 110.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 230 28 221 0 0.88 0.04 0.10 302.67 0.8 0.51
Hex E6 1C DD 0 58 4 A 12F 50 33
Octal 346 34 335 0 130 4 12 457 120 63
Binary 11100110 11100 11011101 0 1011000 100 1010 100101111 1010000 110011

Color Harmonies of #E61CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CDD

Black with #E61CDD

Text Example


Text Example

White with #E61CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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