Html Css Color HEX #EC427D Violet Red

📋 copy color: '#EC427D'

red 236 ◦ green 66 ◦ blue 125

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

Shades of Violet Red #EC427D

Tints of Violet Red #EC427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 55.27%
G = 15.46%
B = 29.27%

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

#EC427D (or 0xEC427D) is known color: Violet Red. HEX triplet: EC, 42 and 7D. RGB value is (236,66,125). Sum of RGB (Red+Green+Blue) = 236+66+125=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC427D is #13BD82. Grayscale: #7B7B7B. Windows color (decimal): -1293699 or 8209132. OLE color: 8209132.

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

Color convert

RGB 236 66 125 -
CMYK 0 0.72 0.47 0.07
HSL 339.18º 0.82% 0.59% -
HSV(B) 339.18º 0.72% 0.93% -
XYZ 40.24 23.21 21.76 -
YUV 123.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 236 66 125 0 0.72 0.47 0.07 339.18 0.82 0.59
Hex EC 42 7D 0 48 2F 7 153 52 3B
Octal 354 102 175 0 110 57 7 523 122 73
Binary 11101100 1000010 1111101 0 1001000 101111 111 101010011 1010010 111011

Color Harmonies of #EC427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC427D

Black with #EC427D

Text Example


Text Example

White with #EC427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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