Html Css Color HEX #EC458D Violet Red

📋 copy color: '#EC458D'

red 236 ◦ green 69 ◦ blue 141

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

Shades of Violet Red #EC458D

Tints of Violet Red #EC458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

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

R = 52.91%
G = 15.47%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC458D (or 0xEC458D) is known color: Violet Red. HEX triplet: EC, 45 and 8D. RGB value is (236,69,141). Sum of RGB (Red+Green+Blue) = 236+69+141=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC458D is #13BA72. Grayscale: #7F7F7F. Windows color (decimal): -1292915 or 9258476. OLE color: 9258476.

HSL color Cylindrical-coordinate representation of color #EC458D: hue angle of 334.13º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC458D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 69 141 -
CMYK 0 0.71 0.40 0.07
HSL 334.13º 0.81% 0.6% -
HSV(B) 334.13º 0.71% 0.93% -
XYZ 41.53 24.01 27.65 -
YUV 127.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 236 69 141 0 0.71 0.40 0.07 334.13 0.81 0.6
Hex EC 45 8D 0 47 28 7 14E 51 3C
Octal 354 105 215 0 107 50 7 516 121 74
Binary 11101100 1000101 10001101 0 1000111 101000 111 101001110 1010001 111100

Color Harmonies of #EC458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC458D

Black with #EC458D

Text Example


Text Example

White with #EC458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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