Html Css Color HEX #EC427B Violet Red

📋 copy color: '#EC427B'

red 236 ◦ green 66 ◦ blue 123

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

Shades of Violet Red #EC427B

Tints of Violet Red #EC427B

RGB

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

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

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

R = 55.53%
G = 15.53%
B = 28.94%

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

#EC427B (or 0xEC427B) is known color: Violet Red. HEX triplet: EC, 42 and 7B. RGB value is (236,66,123). Sum of RGB (Red+Green+Blue) = 236+66+123=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC427B is #13BD84. Grayscale: #7B7B7B. Windows color (decimal): -1293701 or 8078060. OLE color: 8078060.

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

Color convert

RGB 236 66 123 -
CMYK 0 0.72 0.48 0.07
HSL 339.88º 0.82% 0.59% -
HSV(B) 339.88º 0.72% 0.93% -
XYZ 40.12 23.16 21.09 -
YUV 123.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 236 66 123 0 0.72 0.48 0.07 339.88 0.82 0.59
Hex EC 42 7B 0 48 30 7 154 52 3B
Octal 354 102 173 0 110 60 7 524 122 73
Binary 11101100 1000010 1111011 0 1001000 110000 111 101010100 1010010 111011

Color Harmonies of #EC427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC427B

Black with #EC427B

Text Example


Text Example

White with #EC427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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