Html Css Color HEX #EC438D Violet Red

📋 copy color: '#EC438D'

red 236 ◦ green 67 ◦ blue 141

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

Shades of Violet Red #EC438D

Tints of Violet Red #EC438D

RGB

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

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

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

R = 53.15%
G = 15.09%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC438D (or 0xEC438D) is known color: Violet Red. HEX triplet: EC, 43 and 8D. RGB value is (236,67,141). Sum of RGB (Red+Green+Blue) = 236+67+141=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC438D is #13BC72. Grayscale: #7D7D7D. Windows color (decimal): -1293427 or 9257964. OLE color: 9257964.

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

Color convert

RGB 236 67 141 -
CMYK 0 0.72 0.40 0.07
HSL 333.73º 0.82% 0.59% -
HSV(B) 333.73º 0.72% 0.93% -
XYZ 41.41 23.77 27.61 -
YUV 125.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 236 67 141 0 0.72 0.40 0.07 333.73 0.82 0.59
Hex EC 43 8D 0 48 28 7 14E 52 3B
Octal 354 103 215 0 110 50 7 516 122 73
Binary 11101100 1000011 10001101 0 1001000 101000 111 101001110 1010010 111011

Color Harmonies of #EC438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC438D

Black with #EC438D

Text Example


Text Example

White with #EC438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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