Html Css Color HEX #ED469A Violet Red

📋 copy color: '#ED469A'

red 237 ◦ green 70 ◦ blue 154

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

Shades of Violet Red #ED469A

Tints of Violet Red #ED469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

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

R = 51.41%
G = 15.18%
B = 33.41%

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

#ED469A (or 0xED469A) is known color: Violet Red. HEX triplet: ED, 46 and 9A. RGB value is (237,70,154). Sum of RGB (Red+Green+Blue) = 237+70+154=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED469A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED469A is #12B965. Grayscale: #818181. Windows color (decimal): -1227110 or 10110701. OLE color: 10110701.

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

Color convert

RGB 237 70 154 -
CMYK 0 0.70 0.35 0.07
HSL 329.82º 0.82% 0.6% -
HSV(B) 329.82º 0.7% 0.93% -
XYZ 42.95 24.72 33.08 -
YUV 129.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 237 70 154 0 0.70 0.35 0.07 329.82 0.82 0.6
Hex ED 46 9A 0 46 23 7 14A 52 3C
Octal 355 106 232 0 106 43 7 512 122 74
Binary 11101101 1000110 10011010 0 1000110 100011 111 101001010 1010010 111100

Color Harmonies of #ED469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED469A

Black with #ED469A

Text Example


Text Example

White with #ED469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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