Html Css Color HEX #EC417F Violet Red

📋 copy color: '#EC417F'

red 236 ◦ green 65 ◦ blue 127

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

Shades of Violet Red #EC417F

Tints of Violet Red #EC417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.67%

R = 55.14%
G = 15.19%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC417F (or 0xEC417F) is known color: Violet Red. HEX triplet: EC, 41 and 7F. RGB value is (236,65,127). Sum of RGB (Red+Green+Blue) = 236+65+127=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC417F is #13BE80. Grayscale: #7B7B7B. Windows color (decimal): -1293953 or 8339948. OLE color: 8339948.

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

Color convert

RGB 236 65 127 -
CMYK 0 0.72 0.46 0.07
HSL 338.25º 0.82% 0.59% -
HSV(B) 338.25º 0.72% 0.93% -
XYZ 40.31 23.15 22.42 -
YUV 123.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 236 65 127 0 0.72 0.46 0.07 338.25 0.82 0.59
Hex EC 41 7F 0 48 2E 7 152 52 3B
Octal 354 101 177 0 110 56 7 522 122 73
Binary 11101100 1000001 1111111 0 1001000 101110 111 101010010 1010010 111011

Color Harmonies of #EC417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC417F

Black with #EC417F

Text Example


Text Example

White with #EC417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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