Html Css Color HEX #EC468C Violet Red

📋 copy color: '#EC468C'

red 236 ◦ green 70 ◦ blue 140

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

Shades of Violet Red #EC468C

Tints of Violet Red #EC468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 52.91%
G = 15.7%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC468C (or 0xEC468C) is known color: Violet Red. HEX triplet: EC, 46 and 8C. RGB value is (236,70,140). Sum of RGB (Red+Green+Blue) = 236+70+140=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC468C is #13B973. Grayscale: #7F7F7F. Windows color (decimal): -1292660 or 9193196. OLE color: 9193196.

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

Color convert

RGB 236 70 140 -
CMYK 0 0.70 0.41 0.07
HSL 334.7º 0.81% 0.6% -
HSV(B) 334.7º 0.7% 0.93% -
XYZ 41.52 24.11 27.28 -
YUV 127.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 236 70 140 0 0.70 0.41 0.07 334.7 0.81 0.6
Hex EC 46 8C 0 46 29 7 14F 51 3C
Octal 354 106 214 0 106 51 7 517 121 74
Binary 11101100 1000110 10001100 0 1000110 101001 111 101001111 1010001 111100

Color Harmonies of #EC468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC468C

Black with #EC468C

Text Example


Text Example

White with #EC468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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