Html Css Color HEX #EC418A Violet Red

📋 copy color: '#EC418A'

red 236 ◦ green 65 ◦ blue 138

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

Shades of Violet Red #EC418A

Tints of Violet Red #EC418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 53.76%
G = 14.81%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC418A (or 0xEC418A) is known color: Violet Red. HEX triplet: EC, 41 and 8A. RGB value is (236,65,138). Sum of RGB (Red+Green+Blue) = 236+65+138=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC418A is #13BE75. Grayscale: #7C7C7C. Windows color (decimal): -1293942 or 9060844. OLE color: 9060844.

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

Color convert

RGB 236 65 138 -
CMYK 0 0.72 0.42 0.07
HSL 334.39º 0.82% 0.59% -
HSV(B) 334.39º 0.72% 0.93% -
XYZ 41.07 23.45 26.41 -
YUV 124.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 236 65 138 0 0.72 0.42 0.07 334.39 0.82 0.59
Hex EC 41 8A 0 48 2A 7 14E 52 3B
Octal 354 101 212 0 110 52 7 516 122 73
Binary 11101100 1000001 10001010 0 1001000 101010 111 101001110 1010010 111011

Color Harmonies of #EC418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC418A

Black with #EC418A

Text Example


Text Example

White with #EC418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC418A; }

 p { color: rgb(236,65,138); }

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

background-color css

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

 a { background-color: rgb(236,65,138); }

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

border-color css

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

 span { border-color: rgb(236,65,138); }

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