Html Css Color HEX #EC1ED9 Razzle Dazzle Rose

📋 copy color: '#EC1ED9'

red 236 ◦ green 30 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EC1ED9

Tints of Razzle Dazzle Rose #EC1ED9

RGB

 RED value IS 236 (92.58% from 255) = 48.86%

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

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 48.86%
G = 6.21%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC1ED9 (or 0xEC1ED9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 1E and D9. RGB value is (236,30,217). Sum of RGB (Red+Green+Blue) = 236+30+217=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ED9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ED9 is #13E126. Grayscale: #707070. Windows color (decimal): -1302823 or 14229228. OLE color: 14229228.

HSL color Cylindrical-coordinate representation of color #EC1ED9: hue angle of 305.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1ED9 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 30 217 -
CMYK 0 0.87 0.08 0.07
HSL 305.53º 0.84% 0.52% -
HSV(B) 305.53º 0.87% 0.93% -
XYZ 47.58 23.77 67.73 -
YUV 112.91 186.75 215.79 -
System Red Green Blue C M Y K H S L
Decimal 236 30 217 0 0.87 0.08 0.07 305.53 0.84 0.52
Hex EC 1E D9 0 57 8 7 132 54 34
Octal 354 36 331 0 127 10 7 462 124 64
Binary 11101100 11110 11011001 0 1010111 1000 111 100110010 1010100 110100

Color Harmonies of #EC1ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1ED9

Black with #EC1ED9

Text Example


Text Example

White with #EC1ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1ED9; }

 p { color: rgb(236,30,217); }

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

background-color css

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

 a { background-color: rgb(236,30,217); }

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

border-color css

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

 span { border-color: rgb(236,30,217); }

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