Html Css Color HEX #EC388D Violet Red

📋 copy color: '#EC388D'

red 236 ◦ green 56 ◦ blue 141

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

Shades of Violet Red #EC388D

Tints of Violet Red #EC388D

RGB

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

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

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

R = 54.5%
G = 12.93%
B = 32.56%

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

#EC388D (or 0xEC388D) is known color: Violet Red. HEX triplet: EC, 38 and 8D. RGB value is (236,56,141). Sum of RGB (Red+Green+Blue) = 236+56+141=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC388D is #13C772. Grayscale: #777777. Windows color (decimal): -1296243 or 9255148. OLE color: 9255148.

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

Color convert

RGB 236 56 141 -
CMYK 0 0.76 0.40 0.07
HSL 331.67º 0.83% 0.57% -
HSV(B) 331.67º 0.76% 0.93% -
XYZ 40.81 22.58 27.41 -
YUV 119.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 236 56 141 0 0.76 0.40 0.07 331.67 0.83 0.57
Hex EC 38 8D 0 4C 28 7 14C 53 39
Octal 354 70 215 0 114 50 7 514 123 71
Binary 11101100 111000 10001101 0 1001100 101000 111 101001100 1010011 111001

Color Harmonies of #EC388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC388D

Black with #EC388D

Text Example


Text Example

White with #EC388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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