Html Css Color HEX #ED468B Violet Red

📋 copy color: '#ED468B'

red 237 ◦ green 70 ◦ blue 139

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

Shades of Violet Red #ED468B

Tints of Violet Red #ED468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 53.14%
G = 15.7%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED468B (or 0xED468B) is known color: Violet Red. HEX triplet: ED, 46 and 8B. RGB value is (237,70,139). Sum of RGB (Red+Green+Blue) = 237+70+139=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED468B is #12B974. Grayscale: #7F7F7F. Windows color (decimal): -1227125 or 9127661. OLE color: 9127661.

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

Color convert

RGB 237 70 139 -
CMYK 0 0.70 0.41 0.07
HSL 335.21º 0.82% 0.6% -
HSV(B) 335.21º 0.7% 0.93% -
XYZ 41.78 24.25 26.9 -
YUV 127.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 237 70 139 0 0.70 0.41 0.07 335.21 0.82 0.6
Hex ED 46 8B 0 46 29 7 14F 52 3C
Octal 355 106 213 0 106 51 7 517 122 74
Binary 11101101 1000110 10001011 0 1000110 101001 111 101001111 1010010 111100

Color Harmonies of #ED468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED468B

Black with #ED468B

Text Example


Text Example

White with #ED468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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