Html Css Color HEX #ED387D Violet Red

📋 copy color: '#ED387D'

red 237 ◦ green 56 ◦ blue 125

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

Shades of Violet Red #ED387D

Tints of Violet Red #ED387D

RGB

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

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

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

R = 56.7%
G = 13.4%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED387D (or 0xED387D) is known color: Violet Red. HEX triplet: ED, 38 and 7D. RGB value is (237,56,125). Sum of RGB (Red+Green+Blue) = 237+56+125=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED387D is #12C782. Grayscale: #757575. Windows color (decimal): -1230723 or 8206573. OLE color: 8206573.

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

Color convert

RGB 237 56 125 -
CMYK 0 0.76 0.47 0.07
HSL 337.13º 0.83% 0.57% -
HSV(B) 337.13º 0.76% 0.93% -
XYZ 40.04 22.31 21.6 -
YUV 117.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 237 56 125 0 0.76 0.47 0.07 337.13 0.83 0.57
Hex ED 38 7D 0 4C 2F 7 151 53 39
Octal 355 70 175 0 114 57 7 521 123 71
Binary 11101101 111000 1111101 0 1001100 101111 111 101010001 1010011 111001

Color Harmonies of #ED387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED387D

Black with #ED387D

Text Example


Text Example

White with #ED387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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