Html Css Color HEX #EC427F Violet Red

📋 copy color: '#EC427F'

red 236 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #EC427F

Tints of Violet Red #EC427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 55.01%
G = 15.38%
B = 29.6%

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

#EC427F (or 0xEC427F) is known color: Violet Red. HEX triplet: EC, 42 and 7F. RGB value is (236,66,127). Sum of RGB (Red+Green+Blue) = 236+66+127=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC427F is #13BD80. Grayscale: #7B7B7B. Windows color (decimal): -1293697 or 8340204. OLE color: 8340204.

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

Color convert

RGB 236 66 127 -
CMYK 0 0.72 0.46 0.07
HSL 338.47º 0.82% 0.59% -
HSV(B) 338.47º 0.72% 0.93% -
XYZ 40.37 23.26 22.44 -
YUV 123.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 236 66 127 0 0.72 0.46 0.07 338.47 0.82 0.59
Hex EC 42 7F 0 48 2E 7 152 52 3B
Octal 354 102 177 0 110 56 7 522 122 73
Binary 11101100 1000010 1111111 0 1001000 101110 111 101010010 1010010 111011

Color Harmonies of #EC427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC427F

Black with #EC427F

Text Example


Text Example

White with #EC427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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