Html Css Color HEX #EC4085 Violet Red

📋 copy color: '#EC4085'

red 236 ◦ green 64 ◦ blue 133

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

Shades of Violet Red #EC4085

Tints of Violet Red #EC4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 54.5%
G = 14.78%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC4085 (or 0xEC4085) is known color: Violet Red. HEX triplet: EC, 40 and 85. RGB value is (236,64,133). Sum of RGB (Red+Green+Blue) = 236+64+133=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4085 is #13BF7A. Grayscale: #7B7B7B. Windows color (decimal): -1294203 or 8732908. OLE color: 8732908.

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

Color convert

RGB 236 64 133 -
CMYK 0 0.73 0.44 0.07
HSL 335.93º 0.82% 0.59% -
HSV(B) 335.93º 0.73% 0.93% -
XYZ 40.66 23.19 24.52 -
YUV 123.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 236 64 133 0 0.73 0.44 0.07 335.93 0.82 0.59
Hex EC 40 85 0 49 2C 7 150 52 3B
Octal 354 100 205 0 111 54 7 520 122 73
Binary 11101100 1000000 10000101 0 1001001 101100 111 101010000 1010010 111011

Color Harmonies of #EC4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4085

Black with #EC4085

Text Example


Text Example

White with #EC4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4085; }

 p { color: rgb(236,64,133); }

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

background-color css

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

 a { background-color: rgb(236,64,133); }

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

border-color css

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

 span { border-color: rgb(236,64,133); }

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