Html Css Color HEX #ED387B Violet Red

📋 copy color: '#ED387B'

red 237 ◦ green 56 ◦ blue 123

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

Shades of Violet Red #ED387B

Tints of Violet Red #ED387B

RGB

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

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

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

R = 56.97%
G = 13.46%
B = 29.57%

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

#ED387B (or 0xED387B) is known color: Violet Red. HEX triplet: ED, 38 and 7B. RGB value is (237,56,123). Sum of RGB (Red+Green+Blue) = 237+56+123=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED387B is #12C784. Grayscale: #757575. Windows color (decimal): -1230725 or 8075501. OLE color: 8075501.

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

Color convert

RGB 237 56 123 -
CMYK 0 0.76 0.48 0.07
HSL 337.79º 0.83% 0.57% -
HSV(B) 337.79º 0.76% 0.93% -
XYZ 39.91 22.26 20.93 -
YUV 117.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 237 56 123 0 0.76 0.48 0.07 337.79 0.83 0.57
Hex ED 38 7B 0 4C 30 7 152 53 39
Octal 355 70 173 0 114 60 7 522 123 71
Binary 11101101 111000 1111011 0 1001100 110000 111 101010010 1010011 111001

Color Harmonies of #ED387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED387B

Black with #ED387B

Text Example


Text Example

White with #ED387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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