Html Css Color HEX #EC4288 Violet Red

📋 copy color: '#EC4288'

red 236 ◦ green 66 ◦ blue 136

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

Shades of Violet Red #EC4288

Tints of Violet Red #EC4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 53.88%
G = 15.07%
B = 31.05%

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

#EC4288 (or 0xEC4288) is known color: Violet Red. HEX triplet: EC, 42 and 88. RGB value is (236,66,136). Sum of RGB (Red+Green+Blue) = 236+66+136=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4288 is #13BD77. Grayscale: #7C7C7C. Windows color (decimal): -1293688 or 8930028. OLE color: 8930028.

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

Color convert

RGB 236 66 136 -
CMYK 0 0.72 0.42 0.07
HSL 335.29º 0.82% 0.59% -
HSV(B) 335.29º 0.72% 0.93% -
XYZ 40.98 23.51 25.67 -
YUV 124.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 236 66 136 0 0.72 0.42 0.07 335.29 0.82 0.59
Hex EC 42 88 0 48 2A 7 14F 52 3B
Octal 354 102 210 0 110 52 7 517 122 73
Binary 11101100 1000010 10001000 0 1001000 101010 111 101001111 1010010 111011

Color Harmonies of #EC4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4288

Black with #EC4288

Text Example


Text Example

White with #EC4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4288; }

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

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

background-color css

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

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

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

border-color css

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

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

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