Html Css Color HEX #EC428C Violet Red

📋 copy color: '#EC428C'

red 236 ◦ green 66 ◦ blue 140

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

Shades of Violet Red #EC428C

Tints of Violet Red #EC428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 53.39%
G = 14.93%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC428C (or 0xEC428C) is known color: Violet Red. HEX triplet: EC, 42 and 8C. RGB value is (236,66,140). Sum of RGB (Red+Green+Blue) = 236+66+140=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC428C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC428C is #13BD73. Grayscale: #7D7D7D. Windows color (decimal): -1293684 or 9192172. OLE color: 9192172.

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

Color convert

RGB 236 66 140 -
CMYK 0 0.72 0.41 0.07
HSL 333.88º 0.82% 0.59% -
HSV(B) 333.88º 0.72% 0.93% -
XYZ 41.27 23.62 27.2 -
YUV 125.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 236 66 140 0 0.72 0.41 0.07 333.88 0.82 0.59
Hex EC 42 8C 0 48 29 7 14E 52 3B
Octal 354 102 214 0 110 51 7 516 122 73
Binary 11101100 1000010 10001100 0 1001000 101001 111 101001110 1010010 111011

Color Harmonies of #EC428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC428C

Black with #EC428C

Text Example


Text Example

White with #EC428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC428C; }

 p { color: rgb(236,66,140); }

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

background-color css

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

 a { background-color: rgb(236,66,140); }

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

border-color css

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

 span { border-color: rgb(236,66,140); }

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