Html Css Color HEX #EC377D Violet Red

📋 copy color: '#EC377D'

red 236 ◦ green 55 ◦ blue 125

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

Shades of Violet Red #EC377D

Tints of Violet Red #EC377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 56.73%
G = 13.22%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC377D (or 0xEC377D) is known color: Violet Red. HEX triplet: EC, 37 and 7D. RGB value is (236,55,125). Sum of RGB (Red+Green+Blue) = 236+55+125=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC377D is #13C882. Grayscale: #757575. Windows color (decimal): -1296515 or 8206316. OLE color: 8206316.

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

Color convert

RGB 236 55 125 -
CMYK 0 0.77 0.47 0.07
HSL 336.8º 0.83% 0.57% -
HSV(B) 336.8º 0.77% 0.93% -
XYZ 39.66 22.05 21.57 -
YUV 117.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 236 55 125 0 0.77 0.47 0.07 336.8 0.83 0.57
Hex EC 37 7D 0 4D 2F 7 151 53 39
Octal 354 67 175 0 115 57 7 521 123 71
Binary 11101100 110111 1111101 0 1001101 101111 111 101010001 1010011 111001

Color Harmonies of #EC377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC377D

Black with #EC377D

Text Example


Text Example

White with #EC377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC377D; }

 p { color: rgb(236,55,125); }

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

background-color css

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

 a { background-color: rgb(236,55,125); }

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

border-color css

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

 span { border-color: rgb(236,55,125); }

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