Html Css Color HEX #EC438A Violet Red

📋 copy color: '#EC438A'

red 236 ◦ green 67 ◦ blue 138

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

Shades of Violet Red #EC438A

Tints of Violet Red #EC438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 53.51%
G = 15.19%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC438A (or 0xEC438A) is known color: Violet Red. HEX triplet: EC, 43 and 8A. RGB value is (236,67,138). Sum of RGB (Red+Green+Blue) = 236+67+138=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC438A is #13BC75. Grayscale: #7D7D7D. Windows color (decimal): -1293430 or 9061356. OLE color: 9061356.

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

Color convert

RGB 236 67 138 -
CMYK 0 0.72 0.42 0.07
HSL 334.79º 0.82% 0.59% -
HSV(B) 334.79º 0.72% 0.93% -
XYZ 41.19 23.68 26.45 -
YUV 125.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 236 67 138 0 0.72 0.42 0.07 334.79 0.82 0.59
Hex EC 43 8A 0 48 2A 7 14F 52 3B
Octal 354 103 212 0 110 52 7 517 122 73
Binary 11101100 1000011 10001010 0 1001000 101010 111 101001111 1010010 111011

Color Harmonies of #EC438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC438A

Black with #EC438A

Text Example


Text Example

White with #EC438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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