Html Css Color HEX #EC428B Violet Red

📋 copy color: '#EC428B'

red 236 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #EC428B

Tints of Violet Red #EC428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 53.51%
G = 14.97%
B = 31.52%

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

#EC428B (or 0xEC428B) is known color: Violet Red. HEX triplet: EC, 42 and 8B. RGB value is (236,66,139). Sum of RGB (Red+Green+Blue) = 236+66+139=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC428B is #13BD74. Grayscale: #7D7D7D. Windows color (decimal): -1293685 or 9126636. OLE color: 9126636.

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

Color convert

RGB 236 66 139 -
CMYK 0 0.72 0.41 0.07
HSL 334.24º 0.82% 0.59% -
HSV(B) 334.24º 0.72% 0.93% -
XYZ 41.2 23.59 26.81 -
YUV 125.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 236 66 139 0 0.72 0.41 0.07 334.24 0.82 0.59
Hex EC 42 8B 0 48 29 7 14E 52 3B
Octal 354 102 213 0 110 51 7 516 122 73
Binary 11101100 1000010 10001011 0 1001000 101001 111 101001110 1010010 111011

Color Harmonies of #EC428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC428B

Black with #EC428B

Text Example


Text Example

White with #EC428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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