Html Css Color HEX #ED388C Violet Red

📋 copy color: '#ED388C'

red 237 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #ED388C

Tints of Violet Red #ED388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 54.73%
G = 12.93%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED388C (or 0xED388C) is known color: Violet Red. HEX triplet: ED, 38 and 8C. RGB value is (237,56,140). Sum of RGB (Red+Green+Blue) = 237+56+140=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED388C is #12C773. Grayscale: #777777. Windows color (decimal): -1230708 or 9189613. OLE color: 9189613.

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

Color convert

RGB 237 56 140 -
CMYK 0 0.76 0.41 0.07
HSL 332.15º 0.83% 0.57% -
HSV(B) 332.15º 0.76% 0.93% -
XYZ 41.07 22.73 27.03 -
YUV 119.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 237 56 140 0 0.76 0.41 0.07 332.15 0.83 0.57
Hex ED 38 8C 0 4C 29 7 14C 53 39
Octal 355 70 214 0 114 51 7 514 123 71
Binary 11101101 111000 10001100 0 1001100 101001 111 101001100 1010011 111001

Color Harmonies of #ED388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED388C

Black with #ED388C

Text Example


Text Example

White with #ED388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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