Html Css Color HEX #ED4180 Violet Red

📋 copy color: '#ED4180'

red 237 ◦ green 65 ◦ blue 128

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

Shades of Violet Red #ED4180

Tints of Violet Red #ED4180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.12%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 55.12%
G = 15.12%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED4180 (or 0xED4180) is known color: Violet Red. HEX triplet: ED, 41 and 80. RGB value is (237,65,128). Sum of RGB (Red+Green+Blue) = 237+65+128=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4180 is #12BE7F. Grayscale: #7B7B7B. Windows color (decimal): -1228416 or 8405485. OLE color: 8405485.

HSL color Cylindrical-coordinate representation of color #ED4180: hue angle of 338.02º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED4180 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 65 128 -
CMYK 0 0.73 0.46 0.07
HSL 338.02º 0.83% 0.59% -
HSV(B) 338.02º 0.73% 0.93% -
XYZ 40.71 23.34 22.78 -
YUV 123.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 237 65 128 0 0.73 0.46 0.07 338.02 0.83 0.59
Hex ED 41 80 0 49 2E 7 152 53 3B
Octal 355 101 200 0 111 56 7 522 123 73
Binary 11101101 1000001 10000000 0 1001001 101110 111 101010010 1010011 111011

Color Harmonies of #ED4180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4180

Black with #ED4180

Text Example


Text Example

White with #ED4180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4180; }

 p { color: rgb(237,65,128); }

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

background-color css

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

 a { background-color: rgb(237,65,128); }

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

border-color css

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

 span { border-color: rgb(237,65,128); }

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