Html Css Color HEX #ED387A Violet Red

📋 copy color: '#ED387A'

red 237 ◦ green 56 ◦ blue 122

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

Shades of Violet Red #ED387A

Tints of Violet Red #ED387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 57.11%
G = 13.49%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED387A (or 0xED387A) is known color: Violet Red. HEX triplet: ED, 38 and 7A. RGB value is (237,56,122). Sum of RGB (Red+Green+Blue) = 237+56+122=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED387A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED387A is #12C785. Grayscale: #757575. Windows color (decimal): -1230726 or 8009965. OLE color: 8009965.

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

Color convert

RGB 237 56 122 -
CMYK 0 0.76 0.49 0.07
HSL 338.12º 0.83% 0.57% -
HSV(B) 338.12º 0.76% 0.93% -
XYZ 39.85 22.24 20.6 -
YUV 117.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 237 56 122 0 0.76 0.49 0.07 338.12 0.83 0.57
Hex ED 38 7A 0 4C 31 7 152 53 39
Octal 355 70 172 0 114 61 7 522 123 71
Binary 11101101 111000 1111010 0 1001100 110001 111 101010010 1010011 111001

Color Harmonies of #ED387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED387A

Black with #ED387A

Text Example


Text Example

White with #ED387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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