Html Css Color HEX #EC3A7B Violet Red

📋 copy color: '#EC3A7B'

red 236 ◦ green 58 ◦ blue 123

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

Shades of Violet Red #EC3A7B

Tints of Violet Red #EC3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.91%

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

R = 56.59%
G = 13.91%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC3A7B (or 0xEC3A7B) is known color: Violet Red. HEX triplet: EC, 3A and 7B. RGB value is (236,58,123). Sum of RGB (Red+Green+Blue) = 236+58+123=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A7B is #13C584. Grayscale: #767676. Windows color (decimal): -1295749 or 8076012. OLE color: 8076012.

HSL color Cylindrical-coordinate representation of color #EC3A7B: hue angle of 338.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A7B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 58 123 -
CMYK 0 0.75 0.48 0.07
HSL 338.09º 0.82% 0.58% -
HSV(B) 338.09º 0.75% 0.93% -
XYZ 39.68 22.29 20.95 -
YUV 118.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 236 58 123 0 0.75 0.48 0.07 338.09 0.82 0.58
Hex EC 3A 7B 0 4B 30 7 152 52 3A
Octal 354 72 173 0 113 60 7 522 122 72
Binary 11101100 111010 1111011 0 1001011 110000 111 101010010 1010010 111010

Color Harmonies of #EC3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A7B

Black with #EC3A7B

Text Example


Text Example

White with #EC3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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