Html Css Color HEX #EC387D Violet Red

📋 copy color: '#EC387D'

red 236 ◦ green 56 ◦ blue 125

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

Shades of Violet Red #EC387D

Tints of Violet Red #EC387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 56.59%
G = 13.43%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC387D (or 0xEC387D) is known color: Violet Red. HEX triplet: EC, 38 and 7D. RGB value is (236,56,125). Sum of RGB (Red+Green+Blue) = 236+56+125=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC387D is #13C782. Grayscale: #757575. Windows color (decimal): -1296259 or 8206572. OLE color: 8206572.

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

Color convert

RGB 236 56 125 -
CMYK 0 0.76 0.47 0.07
HSL 337º 0.83% 0.57% -
HSV(B) 337º 0.76% 0.93% -
XYZ 39.71 22.14 21.58 -
YUV 117.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 236 56 125 0 0.76 0.47 0.07 337 0.83 0.57
Hex EC 38 7D 0 4C 2F 7 151 53 39
Octal 354 70 175 0 114 57 7 521 123 71
Binary 11101100 111000 1111101 0 1001100 101111 111 101010001 1010011 111001

Color Harmonies of #EC387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC387D

Black with #EC387D

Text Example


Text Example

White with #EC387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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