Html Css Color HEX #ED408A Violet Red

📋 copy color: '#ED408A'

red 237 ◦ green 64 ◦ blue 138

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

Shades of Violet Red #ED408A

Tints of Violet Red #ED408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 53.99%
G = 14.58%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED408A (or 0xED408A) is known color: Violet Red. HEX triplet: ED, 40 and 8A. RGB value is (237,64,138). Sum of RGB (Red+Green+Blue) = 237+64+138=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED408A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED408A is #12BF75. Grayscale: #7C7C7C. Windows color (decimal): -1228662 or 9060589. OLE color: 9060589.

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

Color convert

RGB 237 64 138 -
CMYK 0 0.73 0.42 0.07
HSL 334.34º 0.83% 0.59% -
HSV(B) 334.34º 0.73% 0.93% -
XYZ 41.35 23.51 26.4 -
YUV 124.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 237 64 138 0 0.73 0.42 0.07 334.34 0.83 0.59
Hex ED 40 8A 0 49 2A 7 14E 53 3B
Octal 355 100 212 0 111 52 7 516 123 73
Binary 11101101 1000000 10001010 0 1001001 101010 111 101001110 1010011 111011

Color Harmonies of #ED408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED408A

Black with #ED408A

Text Example


Text Example

White with #ED408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED408A; }

 p { color: rgb(237,64,138); }

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

background-color css

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

 a { background-color: rgb(237,64,138); }

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

border-color css

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

 span { border-color: rgb(237,64,138); }

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