Html Css Color HEX #EC449C Violet Red

📋 copy color: '#EC449C'

red 236 ◦ green 68 ◦ blue 156

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

Shades of Violet Red #EC449C

Tints of Violet Red #EC449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.78%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 51.3%
G = 14.78%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC449C (or 0xEC449C) is known color: Violet Red. HEX triplet: EC, 44 and 9C. RGB value is (236,68,156). Sum of RGB (Red+Green+Blue) = 236+68+156=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC449C is #13BB63. Grayscale: #808080. Windows color (decimal): -1293156 or 10241260. OLE color: 10241260.

HSL color Cylindrical-coordinate representation of color #EC449C: hue angle of 328.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC449C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 156 -
CMYK 0 0.71 0.34 0.07
HSL 328.57º 0.82% 0.6% -
HSV(B) 328.57º 0.71% 0.93% -
XYZ 42.66 24.37 33.91 -
YUV 128.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 236 68 156 0 0.71 0.34 0.07 328.57 0.82 0.6
Hex EC 44 9C 0 47 22 7 149 52 3C
Octal 354 104 234 0 107 42 7 511 122 74
Binary 11101100 1000100 10011100 0 1000111 100010 111 101001001 1010010 111100

Color Harmonies of #EC449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC449C

Black with #EC449C

Text Example


Text Example

White with #EC449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC449C; }

 p { color: rgb(236,68,156); }

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

background-color css

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

 a { background-color: rgb(236,68,156); }

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

border-color css

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

 span { border-color: rgb(236,68,156); }

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