Html Css Color HEX #EC427E Violet Red

📋 copy color: '#EC427E'

red 236 ◦ green 66 ◦ blue 126

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

Shades of Violet Red #EC427E

Tints of Violet Red #EC427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 55.14%
G = 15.42%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC427E (or 0xEC427E) is known color: Violet Red. HEX triplet: EC, 42 and 7E. RGB value is (236,66,126). Sum of RGB (Red+Green+Blue) = 236+66+126=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC427E is #13BD81. Grayscale: #7B7B7B. Windows color (decimal): -1293698 or 8274668. OLE color: 8274668.

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

Color convert

RGB 236 66 126 -
CMYK 0 0.72 0.47 0.07
HSL 338.82º 0.82% 0.59% -
HSV(B) 338.82º 0.72% 0.93% -
XYZ 40.31 23.24 22.1 -
YUV 123.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 236 66 126 0 0.72 0.47 0.07 338.82 0.82 0.59
Hex EC 42 7E 0 48 2F 7 153 52 3B
Octal 354 102 176 0 110 57 7 523 122 73
Binary 11101100 1000010 1111110 0 1001000 101111 111 101010011 1010010 111011

Color Harmonies of #EC427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC427E

Black with #EC427E

Text Example


Text Example

White with #EC427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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