Html Css Color HEX #EC377F Violet Red

📋 copy color: '#EC377F'

red 236 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #EC377F

Tints of Violet Red #EC377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 56.46%
G = 13.16%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC377F (or 0xEC377F) is known color: Violet Red. HEX triplet: EC, 37 and 7F. RGB value is (236,55,127). Sum of RGB (Red+Green+Blue) = 236+55+127=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC377F is #13C880. Grayscale: #757575. Windows color (decimal): -1296513 or 8337388. OLE color: 8337388.

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

Color convert

RGB 236 55 127 -
CMYK 0 0.77 0.46 0.07
HSL 336.13º 0.83% 0.57% -
HSV(B) 336.13º 0.77% 0.93% -
XYZ 39.79 22.1 22.25 -
YUV 117.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 236 55 127 0 0.77 0.46 0.07 336.13 0.83 0.57
Hex EC 37 7F 0 4D 2E 7 150 53 39
Octal 354 67 177 0 115 56 7 520 123 71
Binary 11101100 110111 1111111 0 1001101 101110 111 101010000 1010011 111001

Color Harmonies of #EC377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC377F

Black with #EC377F

Text Example


Text Example

White with #EC377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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