Html Css Color HEX #EC3E7F Violet Red

📋 copy color: '#EC3E7F'

red 236 ◦ green 62 ◦ blue 127

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

Shades of Violet Red #EC3E7F

Tints of Violet Red #EC3E7F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.59%

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

R = 55.53%
G = 14.59%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC3E7F (or 0xEC3E7F) is known color: Violet Red. HEX triplet: EC, 3E and 7F. RGB value is (236,62,127). Sum of RGB (Red+Green+Blue) = 236+62+127=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3E7F is #13C180. Grayscale: #797979. Windows color (decimal): -1294721 or 8339180. OLE color: 8339180.

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

Color convert

RGB 236 62 127 -
CMYK 0 0.74 0.46 0.07
HSL 337.59º 0.82% 0.58% -
HSV(B) 337.59º 0.74% 0.93% -
XYZ 40.15 22.81 22.37 -
YUV 121.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 236 62 127 0 0.74 0.46 0.07 337.59 0.82 0.58
Hex EC 3E 7F 0 4A 2E 7 152 52 3A
Octal 354 76 177 0 112 56 7 522 122 72
Binary 11101100 111110 1111111 0 1001010 101110 111 101010010 1010010 111010

Color Harmonies of #EC3E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E7F

Black with #EC3E7F

Text Example


Text Example

White with #EC3E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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