Html Css Color HEX #ED398F Violet Red

📋 copy color: '#ED398F'

red 237 ◦ green 57 ◦ blue 143

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

Shades of Violet Red #ED398F

Tints of Violet Red #ED398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.04%

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 54.23%
G = 13.04%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED398F (or 0xED398F) is known color: Violet Red. HEX triplet: ED, 39 and 8F. RGB value is (237,57,143). Sum of RGB (Red+Green+Blue) = 237+57+143=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED398F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED398F is #12C670. Grayscale: #787878. Windows color (decimal): -1230449 or 9386477. OLE color: 9386477.

HSL color Cylindrical-coordinate representation of color #ED398F: hue angle of 331.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED398F is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 57 143 -
CMYK 0 0.76 0.40 0.07
HSL 331.33º 0.83% 0.58% -
HSV(B) 331.33º 0.76% 0.93% -
XYZ 41.35 22.91 28.23 -
YUV 120.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 237 57 143 0 0.76 0.40 0.07 331.33 0.83 0.58
Hex ED 39 8F 0 4C 28 7 14B 53 3A
Octal 355 71 217 0 114 50 7 513 123 72
Binary 11101101 111001 10001111 0 1001100 101000 111 101001011 1010011 111010

Color Harmonies of #ED398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED398F

Black with #ED398F

Text Example


Text Example

White with #ED398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED398F; }

 p { color: rgb(237,57,143); }

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

background-color css

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

 a { background-color: rgb(237,57,143); }

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

border-color css

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

 span { border-color: rgb(237,57,143); }

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