Html Css Color HEX #EC3D77 Violet Red

📋 copy color: '#EC3D77'

red 236 ◦ green 61 ◦ blue 119

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

Shades of Violet Red #EC3D77

Tints of Violet Red #EC3D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.61%

R = 56.73%
G = 14.66%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC3D77 (or 0xEC3D77) is known color: Violet Red. HEX triplet: EC, 3D and 77. RGB value is (236,61,119). Sum of RGB (Red+Green+Blue) = 236+61+119=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D77 is #13C288. Grayscale: #777777. Windows color (decimal): -1294985 or 7814636. OLE color: 7814636.

HSL color Cylindrical-coordinate representation of color #EC3D77: hue angle of 340.11º 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 #EC3D77 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 61 119 -
CMYK 0 0.74 0.50 0.07
HSL 340.11º 0.82% 0.58% -
HSV(B) 340.11º 0.74% 0.93% -
XYZ 39.59 22.5 19.71 -
YUV 119.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 236 61 119 0 0.74 0.50 0.07 340.11 0.82 0.58
Hex EC 3D 77 0 4A 32 7 154 52 3A
Octal 354 75 167 0 112 62 7 524 122 72
Binary 11101100 111101 1110111 0 1001010 110010 111 101010100 1010010 111010

Color Harmonies of #EC3D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D77

Black with #EC3D77

Text Example


Text Example

White with #EC3D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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