Html Css Color HEX #ED387C Violet Red

📋 copy color: '#ED387C'

red 237 ◦ green 56 ◦ blue 124

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

Shades of Violet Red #ED387C

Tints of Violet Red #ED387C

RGB

 RED value IS 237 (92.97% from 255) = 56.83%

 GREEN value IS 56 (22.27% from 255) = 13.43%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 56.83%
G = 13.43%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED387C (or 0xED387C) is known color: Violet Red. HEX triplet: ED, 38 and 7C. RGB value is (237,56,124). Sum of RGB (Red+Green+Blue) = 237+56+124=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED387C is #12C783. Grayscale: #757575. Windows color (decimal): -1230724 or 8141037. OLE color: 8141037.

HSL color Cylindrical-coordinate representation of color #ED387C: hue angle of 337.46º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED387C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 124 -
CMYK 0 0.76 0.48 0.07
HSL 337.46º 0.83% 0.57% -
HSV(B) 337.46º 0.76% 0.93% -
XYZ 39.98 22.29 21.26 -
YUV 117.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 237 56 124 0 0.76 0.48 0.07 337.46 0.83 0.57
Hex ED 38 7C 0 4C 30 7 151 53 39
Octal 355 70 174 0 114 60 7 521 123 71
Binary 11101101 111000 1111100 0 1001100 110000 111 101010001 1010011 111001

Color Harmonies of #ED387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED387C

Black with #ED387C

Text Example


Text Example

White with #ED387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED387C; }

 p { color: rgb(237,56,124); }

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

background-color css

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

 a { background-color: rgb(237,56,124); }

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

border-color css

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

 span { border-color: rgb(237,56,124); }

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