Html Css Color HEX #ED4387 Violet Red

📋 copy color: '#ED4387'

red 237 ◦ green 67 ◦ blue 135

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

Shades of Violet Red #ED4387

Tints of Violet Red #ED4387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 53.99%
G = 15.26%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED4387 (or 0xED4387) is known color: Violet Red. HEX triplet: ED, 43 and 87. RGB value is (237,67,135). Sum of RGB (Red+Green+Blue) = 237+67+135=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4387 is #12BC78. Grayscale: #7D7D7D. Windows color (decimal): -1227897 or 8864749. OLE color: 8864749.

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

Color convert

RGB 237 67 135 -
CMYK 0 0.72 0.43 0.07
HSL 336º 0.83% 0.6% -
HSV(B) 336º 0.72% 0.93% -
XYZ 41.31 23.77 25.33 -
YUV 125.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 237 67 135 0 0.72 0.43 0.07 336 0.83 0.6
Hex ED 43 87 0 48 2B 7 150 53 3C
Octal 355 103 207 0 110 53 7 520 123 74
Binary 11101101 1000011 10000111 0 1001000 101011 111 101010000 1010011 111100

Color Harmonies of #ED4387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4387

Black with #ED4387

Text Example


Text Example

White with #ED4387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4387; }

 p { color: rgb(237,67,135); }

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

background-color css

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

 a { background-color: rgb(237,67,135); }

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

border-color css

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

 span { border-color: rgb(237,67,135); }

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