Html Css Color HEX #EC387B Violet Red

📋 copy color: '#EC387B'

red 236 ◦ green 56 ◦ blue 123

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

Shades of Violet Red #EC387B

Tints of Violet Red #EC387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 56.87%
G = 13.49%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC387B (or 0xEC387B) is known color: Violet Red. HEX triplet: EC, 38 and 7B. RGB value is (236,56,123). Sum of RGB (Red+Green+Blue) = 236+56+123=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC387B is #13C784. Grayscale: #757575. Windows color (decimal): -1296261 or 8075500. OLE color: 8075500.

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

Color convert

RGB 236 56 123 -
CMYK 0 0.76 0.48 0.07
HSL 337.67º 0.83% 0.57% -
HSV(B) 337.67º 0.76% 0.93% -
XYZ 39.58 22.09 20.92 -
YUV 117.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 236 56 123 0 0.76 0.48 0.07 337.67 0.83 0.57
Hex EC 38 7B 0 4C 30 7 152 53 39
Octal 354 70 173 0 114 60 7 522 123 71
Binary 11101100 111000 1111011 0 1001100 110000 111 101010010 1010011 111001

Color Harmonies of #EC387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC387B

Black with #EC387B

Text Example


Text Example

White with #EC387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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