Html Css Color HEX #EC2ED9 Razzle Dazzle Rose

📋 copy color: '#EC2ED9'

red 236 ◦ green 46 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EC2ED9

Tints of Razzle Dazzle Rose #EC2ED9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.22%

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

R = 47.29%
G = 9.22%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC2ED9 (or 0xEC2ED9) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2E and D9. RGB value is (236,46,217). Sum of RGB (Red+Green+Blue) = 236+46+217=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2ED9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2ED9 is #13D126. Grayscale: #797979. Windows color (decimal): -1298727 or 14233324. OLE color: 14233324.

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

Color convert

RGB 236 46 217 -
CMYK 0 0.81 0.08 0.07
HSL 306º 0.83% 0.55% -
HSV(B) 306º 0.81% 0.93% -
XYZ 48.09 24.8 67.9 -
YUV 122.3 181.45 209.1 -
System Red Green Blue C M Y K H S L
Decimal 236 46 217 0 0.81 0.08 0.07 306 0.83 0.55
Hex EC 2E D9 0 51 8 7 132 53 37
Octal 354 56 331 0 121 10 7 462 123 67
Binary 11101100 101110 11011001 0 1010001 1000 111 100110010 1010011 110111

Color Harmonies of #EC2ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2ED9

Black with #EC2ED9

Text Example


Text Example

White with #EC2ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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