Html Css Color HEX #EC388C Violet Red

📋 copy color: '#EC388C'

red 236 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #EC388C

Tints of Violet Red #EC388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.96%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 54.63%
G = 12.96%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC388C (or 0xEC388C) is known color: Violet Red. HEX triplet: EC, 38 and 8C. RGB value is (236,56,140). Sum of RGB (Red+Green+Blue) = 236+56+140=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC388C is #13C773. Grayscale: #777777. Windows color (decimal): -1296244 or 9189612. OLE color: 9189612.

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

Color convert

RGB 236 56 140 -
CMYK 0 0.76 0.41 0.07
HSL 332º 0.83% 0.57% -
HSV(B) 332º 0.76% 0.93% -
XYZ 40.74 22.55 27.02 -
YUV 119.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 236 56 140 0 0.76 0.41 0.07 332 0.83 0.57
Hex EC 38 8C 0 4C 29 7 14C 53 39
Octal 354 70 214 0 114 51 7 514 123 71
Binary 11101100 111000 10001100 0 1001100 101001 111 101001100 1010011 111001

Color Harmonies of #EC388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC388C

Black with #EC388C

Text Example


Text Example

White with #EC388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC388C; }

 p { color: rgb(236,56,140); }

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

background-color css

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

 a { background-color: rgb(236,56,140); }

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

border-color css

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

 span { border-color: rgb(236,56,140); }

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