Html Css Color HEX #EC407E Violet Red

📋 copy color: '#EC407E'

red 236 ◦ green 64 ◦ blue 126

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

Shades of Violet Red #EC407E

Tints of Violet Red #EC407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 55.4%
G = 15.02%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC407E (or 0xEC407E) is known color: Violet Red. HEX triplet: EC, 40 and 7E. RGB value is (236,64,126). Sum of RGB (Red+Green+Blue) = 236+64+126=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC407E is #13BF81. Grayscale: #7A7A7A. Windows color (decimal): -1294210 or 8274156. OLE color: 8274156.

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

Color convert

RGB 236 64 126 -
CMYK 0 0.73 0.47 0.07
HSL 338.37º 0.82% 0.59% -
HSV(B) 338.37º 0.73% 0.93% -
XYZ 40.19 23.01 22.06 -
YUV 122.5 129.98 208.96 -
System Red Green Blue C M Y K H S L
Decimal 236 64 126 0 0.73 0.47 0.07 338.37 0.82 0.59
Hex EC 40 7E 0 49 2F 7 152 52 3B
Octal 354 100 176 0 111 57 7 522 122 73
Binary 11101100 1000000 1111110 0 1001001 101111 111 101010010 1010010 111011

Color Harmonies of #EC407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC407E

Black with #EC407E

Text Example


Text Example

White with #EC407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC407E; }

 p { color: rgb(236,64,126); }

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

background-color css

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

 a { background-color: rgb(236,64,126); }

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

border-color css

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

 span { border-color: rgb(236,64,126); }

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