Html Css Color HEX #EC4488 Violet Red

📋 copy color: '#EC4488'

red 236 ◦ green 68 ◦ blue 136

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

Shades of Violet Red #EC4488

Tints of Violet Red #EC4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.45%

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

R = 53.64%
G = 15.45%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC4488 (or 0xEC4488) is known color: Violet Red. HEX triplet: EC, 44 and 88. RGB value is (236,68,136). Sum of RGB (Red+Green+Blue) = 236+68+136=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4488 is #13BB77. Grayscale: #7D7D7D. Windows color (decimal): -1293176 or 8930540. OLE color: 8930540.

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

Color convert

RGB 236 68 136 -
CMYK 0 0.71 0.42 0.07
HSL 335.71º 0.82% 0.6% -
HSV(B) 335.71º 0.71% 0.93% -
XYZ 41.1 23.74 25.71 -
YUV 125.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 236 68 136 0 0.71 0.42 0.07 335.71 0.82 0.6
Hex EC 44 88 0 47 2A 7 150 52 3C
Octal 354 104 210 0 107 52 7 520 122 74
Binary 11101100 1000100 10001000 0 1000111 101010 111 101010000 1010010 111100

Color Harmonies of #EC4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4488

Black with #EC4488

Text Example


Text Example

White with #EC4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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