Html Css Color HEX #EC417B Violet Red

📋 copy color: '#EC417B'

red 236 ◦ green 65 ◦ blue 123

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

Shades of Violet Red #EC417B

Tints of Violet Red #EC417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.33%

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 55.66%
G = 15.33%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC417B (or 0xEC417B) is known color: Violet Red. HEX triplet: EC, 41 and 7B. RGB value is (236,65,123). Sum of RGB (Red+Green+Blue) = 236+65+123=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC417B is #13BE84. Grayscale: #7A7A7A. Windows color (decimal): -1293957 or 8077804. OLE color: 8077804.

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

Color convert

RGB 236 65 123 -
CMYK 0 0.72 0.48 0.07
HSL 339.65º 0.82% 0.59% -
HSV(B) 339.65º 0.72% 0.93% -
XYZ 40.06 23.04 21.08 -
YUV 122.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 236 65 123 0 0.72 0.48 0.07 339.65 0.82 0.59
Hex EC 41 7B 0 48 30 7 154 52 3B
Octal 354 101 173 0 110 60 7 524 122 73
Binary 11101100 1000001 1111011 0 1001000 110000 111 101010100 1010010 111011

Color Harmonies of #EC417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC417B

Black with #EC417B

Text Example


Text Example

White with #EC417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC417B; }

 p { color: rgb(236,65,123); }

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

background-color css

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

 a { background-color: rgb(236,65,123); }

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

border-color css

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

 span { border-color: rgb(236,65,123); }

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