Html Css Color HEX #EC367A Violet Red

📋 copy color: '#EC367A'

red 236 ◦ green 54 ◦ blue 122

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

Shades of Violet Red #EC367A

Tints of Violet Red #EC367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 57.28%
G = 13.11%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC367A (or 0xEC367A) is known color: Violet Red. HEX triplet: EC, 36 and 7A. RGB value is (236,54,122). Sum of RGB (Red+Green+Blue) = 236+54+122=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC367A is #13C985. Grayscale: #747474. Windows color (decimal): -1296774 or 8009452. OLE color: 8009452.

HSL color Cylindrical-coordinate representation of color #EC367A: hue angle of 337.58º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC367A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 54 122 -
CMYK 0 0.77 0.48 0.07
HSL 337.58º 0.83% 0.57% -
HSV(B) 337.58º 0.77% 0.93% -
XYZ 39.42 21.88 20.56 -
YUV 116.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 236 54 122 0 0.77 0.48 0.07 337.58 0.83 0.57
Hex EC 36 7A 0 4D 30 7 152 53 39
Octal 354 66 172 0 115 60 7 522 123 71
Binary 11101100 110110 1111010 0 1001101 110000 111 101010010 1010011 111001

Color Harmonies of #EC367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC367A

Black with #EC367A

Text Example


Text Example

White with #EC367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC367A; }

 p { color: rgb(236,54,122); }

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

background-color css

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

 a { background-color: rgb(236,54,122); }

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

border-color css

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

 span { border-color: rgb(236,54,122); }

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