Html Css Color HEX #EC398A Violet Red

📋 copy color: '#EC398A'

red 236 ◦ green 57 ◦ blue 138

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

Shades of Violet Red #EC398A

Tints of Violet Red #EC398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.23%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 54.76%
G = 13.23%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC398A (or 0xEC398A) is known color: Violet Red. HEX triplet: EC, 39 and 8A. RGB value is (236,57,138). Sum of RGB (Red+Green+Blue) = 236+57+138=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC398A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC398A is #13C675. Grayscale: #777777. Windows color (decimal): -1295990 or 9058796. OLE color: 9058796.

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

Color convert

RGB 236 57 138 -
CMYK 0 0.76 0.42 0.07
HSL 332.85º 0.82% 0.57% -
HSV(B) 332.85º 0.76% 0.93% -
XYZ 40.64 22.59 26.26 -
YUV 119.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 236 57 138 0 0.76 0.42 0.07 332.85 0.82 0.57
Hex EC 39 8A 0 4C 2A 7 14D 52 39
Octal 354 71 212 0 114 52 7 515 122 71
Binary 11101100 111001 10001010 0 1001100 101010 111 101001101 1010010 111001

Color Harmonies of #EC398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC398A

Black with #EC398A

Text Example


Text Example

White with #EC398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC398A; }

 p { color: rgb(236,57,138); }

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

background-color css

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

 a { background-color: rgb(236,57,138); }

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

border-color css

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

 span { border-color: rgb(236,57,138); }

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