Html Css Color HEX #ED4585 Violet Red

📋 copy color: '#ED4585'

red 237 ◦ green 69 ◦ blue 133

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

Shades of Violet Red #ED4585

Tints of Violet Red #ED4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.72%

 BLUE value IS 133 (52.34% from 255) = 30.3%

R = 53.99%
G = 15.72%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED4585 (or 0xED4585) is known color: Violet Red. HEX triplet: ED, 45 and 85. RGB value is (237,69,133). Sum of RGB (Red+Green+Blue) = 237+69+133=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4585 is #12BA7A. Grayscale: #7E7E7E. Windows color (decimal): -1227387 or 8734189. OLE color: 8734189.

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

Color convert

RGB 237 69 133 -
CMYK 0 0.71 0.44 0.07
HSL 337.14º 0.82% 0.6% -
HSV(B) 337.14º 0.71% 0.93% -
XYZ 41.29 23.95 24.64 -
YUV 126.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 237 69 133 0 0.71 0.44 0.07 337.14 0.82 0.6
Hex ED 45 85 0 47 2C 7 151 52 3C
Octal 355 105 205 0 107 54 7 521 122 74
Binary 11101101 1000101 10000101 0 1000111 101100 111 101010001 1010010 111100

Color Harmonies of #ED4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4585

Black with #ED4585

Text Example


Text Example

White with #ED4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4585; }

 p { color: rgb(237,69,133); }

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

background-color css

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

 a { background-color: rgb(237,69,133); }

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

border-color css

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

 span { border-color: rgb(237,69,133); }

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