Html Css Color HEX #EC398D Violet Red

📋 copy color: '#EC398D'

red 236 ◦ green 57 ◦ blue 141

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

Shades of Violet Red #EC398D

Tints of Violet Red #EC398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 54.38%
G = 13.13%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC398D (or 0xEC398D) is known color: Violet Red. HEX triplet: EC, 39 and 8D. RGB value is (236,57,141). Sum of RGB (Red+Green+Blue) = 236+57+141=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC398D is #13C672. Grayscale: #777777. Windows color (decimal): -1295987 or 9255404. OLE color: 9255404.

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

Color convert

RGB 236 57 141 -
CMYK 0 0.76 0.40 0.07
HSL 331.84º 0.82% 0.57% -
HSV(B) 331.84º 0.76% 0.93% -
XYZ 40.86 22.68 27.42 -
YUV 120.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 236 57 141 0 0.76 0.40 0.07 331.84 0.82 0.57
Hex EC 39 8D 0 4C 28 7 14C 52 39
Octal 354 71 215 0 114 50 7 514 122 71
Binary 11101100 111001 10001101 0 1001100 101000 111 101001100 1010010 111001

Color Harmonies of #EC398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC398D

Black with #EC398D

Text Example


Text Example

White with #EC398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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