Html Css Color HEX #EC469D Violet Red

📋 copy color: '#EC469D'

red 236 ◦ green 70 ◦ blue 157

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

Shades of Violet Red #EC469D

Tints of Violet Red #EC469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 50.97%
G = 15.12%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC469D (or 0xEC469D) is known color: Violet Red. HEX triplet: EC, 46 and 9D. RGB value is (236,70,157). Sum of RGB (Red+Green+Blue) = 236+70+157=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC469D is #13B962. Grayscale: #818181. Windows color (decimal): -1292643 or 10307308. OLE color: 10307308.

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

Color convert

RGB 236 70 157 -
CMYK 0 0.70 0.33 0.07
HSL 328.55º 0.81% 0.6% -
HSV(B) 328.55º 0.7% 0.93% -
XYZ 42.87 24.65 34.4 -
YUV 129.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 236 70 157 0 0.70 0.33 0.07 328.55 0.81 0.6
Hex EC 46 9D 0 46 21 7 149 51 3C
Octal 354 106 235 0 106 41 7 511 121 74
Binary 11101100 1000110 10011101 0 1000110 100001 111 101001001 1010001 111100

Color Harmonies of #EC469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC469D

Black with #EC469D

Text Example


Text Example

White with #EC469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC469D; }

 p { color: rgb(236,70,157); }

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

background-color css

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

 a { background-color: rgb(236,70,157); }

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

border-color css

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

 span { border-color: rgb(236,70,157); }

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