Html Css Color HEX #EC428A Violet Red

📋 copy color: '#EC428A'

red 236 ◦ green 66 ◦ blue 138

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

Shades of Violet Red #EC428A

Tints of Violet Red #EC428A

RGB

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

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

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

R = 53.64%
G = 15%
B = 31.36%

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

#EC428A (or 0xEC428A) is known color: Violet Red. HEX triplet: EC, 42 and 8A. RGB value is (236,66,138). Sum of RGB (Red+Green+Blue) = 236+66+138=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC428A is #13BD75. Grayscale: #7C7C7C. Windows color (decimal): -1293686 or 9061100. OLE color: 9061100.

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

Color convert

RGB 236 66 138 -
CMYK 0 0.72 0.42 0.07
HSL 334.59º 0.82% 0.59% -
HSV(B) 334.59º 0.72% 0.93% -
XYZ 41.13 23.56 26.43 -
YUV 125.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 236 66 138 0 0.72 0.42 0.07 334.59 0.82 0.59
Hex EC 42 8A 0 48 2A 7 14F 52 3B
Octal 354 102 212 0 110 52 7 517 122 73
Binary 11101100 1000010 10001010 0 1001000 101010 111 101001111 1010010 111011

Color Harmonies of #EC428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC428A

Black with #EC428A

Text Example


Text Example

White with #EC428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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