Html Css Color HEX #EC468F Violet Red

📋 copy color: '#EC468F'

red 236 ◦ green 70 ◦ blue 143

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

Shades of Violet Red #EC468F

Tints of Violet Red #EC468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 52.56%
G = 15.59%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC468F (or 0xEC468F) is known color: Violet Red. HEX triplet: EC, 46 and 8F. RGB value is (236,70,143). Sum of RGB (Red+Green+Blue) = 236+70+143=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC468F is #13B970. Grayscale: #7F7F7F. Windows color (decimal): -1292657 or 9389804. OLE color: 9389804.

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

Color convert

RGB 236 70 143 -
CMYK 0 0.70 0.39 0.07
HSL 333.61º 0.81% 0.6% -
HSV(B) 333.61º 0.7% 0.93% -
XYZ 41.74 24.2 28.46 -
YUV 127.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 236 70 143 0 0.70 0.39 0.07 333.61 0.81 0.6
Hex EC 46 8F 0 46 27 7 14E 51 3C
Octal 354 106 217 0 106 47 7 516 121 74
Binary 11101100 1000110 10001111 0 1000110 100111 111 101001110 1010001 111100

Color Harmonies of #EC468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC468F

Black with #EC468F

Text Example


Text Example

White with #EC468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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