Html Css Color HEX #EC4381 Violet Red

📋 copy color: '#EC4381'

red 236 ◦ green 67 ◦ blue 129

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

Shades of Violet Red #EC4381

Tints of Violet Red #EC4381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

 BLUE value IS 129 (50.78% from 255) = 29.86%

R = 54.63%
G = 15.51%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC4381 (or 0xEC4381) is known color: Violet Red. HEX triplet: EC, 43 and 81. RGB value is (236,67,129). Sum of RGB (Red+Green+Blue) = 236+67+129=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4381 is #13BC7E. Grayscale: #7C7C7C. Windows color (decimal): -1293439 or 8471532. OLE color: 8471532.

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

Color convert

RGB 236 67 129 -
CMYK 0 0.72 0.45 0.07
HSL 337.99º 0.82% 0.59% -
HSV(B) 337.99º 0.72% 0.93% -
XYZ 40.56 23.43 23.15 -
YUV 124.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 236 67 129 0 0.72 0.45 0.07 337.99 0.82 0.59
Hex EC 43 81 0 48 2D 7 152 52 3B
Octal 354 103 201 0 110 55 7 522 122 73
Binary 11101100 1000011 10000001 0 1001000 101101 111 101010010 1010010 111011

Color Harmonies of #EC4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4381

Black with #EC4381

Text Example


Text Example

White with #EC4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4381; }

 p { color: rgb(236,67,129); }

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

background-color css

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

 a { background-color: rgb(236,67,129); }

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

border-color css

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

 span { border-color: rgb(236,67,129); }

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