Html Css Color HEX #ED489A Violet Red

📋 copy color: '#ED489A'

red 237 ◦ green 72 ◦ blue 154

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

Shades of Violet Red #ED489A

Tints of Violet Red #ED489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 51.19%
G = 15.55%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED489A (or 0xED489A) is known color: Violet Red. HEX triplet: ED, 48 and 9A. RGB value is (237,72,154). Sum of RGB (Red+Green+Blue) = 237+72+154=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED489A is #12B765. Grayscale: #828282. Windows color (decimal): -1226598 or 10111213. OLE color: 10111213.

HSL color Cylindrical-coordinate representation of color #ED489A: hue angle of 330.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED489A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 72 154 -
CMYK 0 0.70 0.35 0.07
HSL 330.18º 0.82% 0.61% -
HSV(B) 330.18º 0.7% 0.93% -
XYZ 43.08 24.97 33.12 -
YUV 130.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 237 72 154 0 0.70 0.35 0.07 330.18 0.82 0.61
Hex ED 48 9A 0 46 23 7 14A 52 3D
Octal 355 110 232 0 106 43 7 512 122 75
Binary 11101101 1001000 10011010 0 1000110 100011 111 101001010 1010010 111101

Color Harmonies of #ED489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED489A

Black with #ED489A

Text Example


Text Example

White with #ED489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED489A; }

 p { color: rgb(237,72,154); }

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

background-color css

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

 a { background-color: rgb(237,72,154); }

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

border-color css

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

 span { border-color: rgb(237,72,154); }

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