Html Css Color HEX #EC3D76 Violet Red

📋 copy color: '#EC3D76'

red 236 ◦ green 61 ◦ blue 118

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

Shades of Violet Red #EC3D76

Tints of Violet Red #EC3D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.7%

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 56.87%
G = 14.7%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC3D76 (or 0xEC3D76) is known color: Violet Red. HEX triplet: EC, 3D and 76. RGB value is (236,61,118). Sum of RGB (Red+Green+Blue) = 236+61+118=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D76 is #13C289. Grayscale: #777777. Windows color (decimal): -1294986 or 7749100. OLE color: 7749100.

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

Color convert

RGB 236 61 118 -
CMYK 0 0.74 0.5 0.07
HSL 340.46º 0.82% 0.58% -
HSV(B) 340.46º 0.74% 0.93% -
XYZ 39.53 22.48 19.39 -
YUV 119.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 236 61 118 0 0.74 0.5 0.07 340.46 0.82 0.58
Hex EC 3D 76 0 4A 32 7 154 52 3A
Octal 354 75 166 0 112 62 7 524 122 72
Binary 11101100 111101 1110110 0 1001010 110010 111 101010100 1010010 111010

Color Harmonies of #EC3D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D76

Black with #EC3D76

Text Example


Text Example

White with #EC3D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D76; }

 p { color: rgb(236,61,118); }

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

background-color css

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

 a { background-color: rgb(236,61,118); }

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

border-color css

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

 span { border-color: rgb(236,61,118); }

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