Html Css Color HEX #ED387F Violet Red

📋 copy color: '#ED387F'

red 237 ◦ green 56 ◦ blue 127

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

Shades of Violet Red #ED387F

Tints of Violet Red #ED387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 56.43%
G = 13.33%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED387F (or 0xED387F) is known color: Violet Red. HEX triplet: ED, 38 and 7F. RGB value is (237,56,127). Sum of RGB (Red+Green+Blue) = 237+56+127=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED387F is #12C780. Grayscale: #767676. Windows color (decimal): -1230721 or 8337645. OLE color: 8337645.

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

Color convert

RGB 237 56 127 -
CMYK 0 0.76 0.46 0.07
HSL 336.46º 0.83% 0.57% -
HSV(B) 336.46º 0.76% 0.93% -
XYZ 40.17 22.37 22.28 -
YUV 118.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 237 56 127 0 0.76 0.46 0.07 336.46 0.83 0.57
Hex ED 38 7F 0 4C 2E 7 150 53 39
Octal 355 70 177 0 114 56 7 520 123 71
Binary 11101101 111000 1111111 0 1001100 101110 111 101010000 1010011 111001

Color Harmonies of #ED387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED387F

Black with #ED387F

Text Example


Text Example

White with #ED387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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