Html Css Color HEX #ED468A Violet Red

📋 copy color: '#ED468A'

red 237 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #ED468A

Tints of Violet Red #ED468A

RGB

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

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

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

R = 53.26%
G = 15.73%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED468A (or 0xED468A) is known color: Violet Red. HEX triplet: ED, 46 and 8A. RGB value is (237,70,138). Sum of RGB (Red+Green+Blue) = 237+70+138=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED468A is #12B975. Grayscale: #7F7F7F. Windows color (decimal): -1227126 or 9062125. OLE color: 9062125.

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

Color convert

RGB 237 70 138 -
CMYK 0 0.70 0.42 0.07
HSL 335.57º 0.82% 0.6% -
HSV(B) 335.57º 0.7% 0.93% -
XYZ 41.7 24.22 26.52 -
YUV 127.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 237 70 138 0 0.70 0.42 0.07 335.57 0.82 0.6
Hex ED 46 8A 0 46 2A 7 150 52 3C
Octal 355 106 212 0 106 52 7 520 122 74
Binary 11101101 1000110 10001010 0 1000110 101010 111 101010000 1010010 111100

Color Harmonies of #ED468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED468A

Black with #ED468A

Text Example


Text Example

White with #ED468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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