Html Css Color HEX #EC387A Violet Red

📋 copy color: '#EC387A'

red 236 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #EC387A

Tints of Violet Red #EC387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 57%
G = 13.53%
B = 29.47%

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

#EC387A (or 0xEC387A) is known color: Violet Red. HEX triplet: EC, 38 and 7A. RGB value is (236,56,122). Sum of RGB (Red+Green+Blue) = 236+56+122=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC387A is #13C785. Grayscale: #757575. Windows color (decimal): -1296262 or 8009964. OLE color: 8009964.

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

Color convert

RGB 236 56 122 -
CMYK 0 0.76 0.48 0.07
HSL 338º 0.83% 0.57% -
HSV(B) 338º 0.76% 0.93% -
XYZ 39.52 22.07 20.59 -
YUV 117.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 236 56 122 0 0.76 0.48 0.07 338 0.83 0.57
Hex EC 38 7A 0 4C 30 7 152 53 39
Octal 354 70 172 0 114 60 7 522 123 71
Binary 11101100 111000 1111010 0 1001100 110000 111 101010010 1010011 111001

Color Harmonies of #EC387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC387A

Black with #EC387A

Text Example


Text Example

White with #EC387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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