Html Css Color HEX #EC438C Violet Red

📋 copy color: '#EC438C'

red 236 ◦ green 67 ◦ blue 140

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

Shades of Violet Red #EC438C

Tints of Violet Red #EC438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.12%

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

R = 53.27%
G = 15.12%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC438C (or 0xEC438C) is known color: Violet Red. HEX triplet: EC, 43 and 8C. RGB value is (236,67,140). Sum of RGB (Red+Green+Blue) = 236+67+140=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC438C is #13BC73. Grayscale: #7D7D7D. Windows color (decimal): -1293428 or 9192428. OLE color: 9192428.

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

Color convert

RGB 236 67 140 -
CMYK 0 0.72 0.41 0.07
HSL 334.08º 0.82% 0.59% -
HSV(B) 334.08º 0.72% 0.93% -
XYZ 41.33 23.74 27.21 -
YUV 125.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 236 67 140 0 0.72 0.41 0.07 334.08 0.82 0.59
Hex EC 43 8C 0 48 29 7 14E 52 3B
Octal 354 103 214 0 110 51 7 516 122 73
Binary 11101100 1000011 10001100 0 1001000 101001 111 101001110 1010010 111011

Color Harmonies of #EC438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC438C

Black with #EC438C

Text Example


Text Example

White with #EC438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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