Html Css Color HEX #EC3785 Violet Red

📋 copy color: '#EC3785'

red 236 ◦ green 55 ◦ blue 133

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

Shades of Violet Red #EC3785

Tints of Violet Red #EC3785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 55.66%
G = 12.97%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC3785 (or 0xEC3785) is known color: Violet Red. HEX triplet: EC, 37 and 85. RGB value is (236,55,133). Sum of RGB (Red+Green+Blue) = 236+55+133=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3785 is #13C87A. Grayscale: #757575. Windows color (decimal): -1296507 or 8730604. OLE color: 8730604.

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

Color convert

RGB 236 55 133 -
CMYK 0 0.77 0.44 0.07
HSL 334.14º 0.83% 0.57% -
HSV(B) 334.14º 0.77% 0.93% -
XYZ 40.19 22.26 24.37 -
YUV 118.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 236 55 133 0 0.77 0.44 0.07 334.14 0.83 0.57
Hex EC 37 85 0 4D 2C 7 14E 53 39
Octal 354 67 205 0 115 54 7 516 123 71
Binary 11101100 110111 10000101 0 1001101 101100 111 101001110 1010011 111001

Color Harmonies of #EC3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3785

Black with #EC3785

Text Example


Text Example

White with #EC3785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3785; }

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

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

background-color css

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

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

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

border-color css

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

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

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