Html Css Color HEX #ED4287 Violet Red

📋 copy color: '#ED4287'

red 237 ◦ green 66 ◦ blue 135

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

Shades of Violet Red #ED4287

Tints of Violet Red #ED4287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

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

R = 54.11%
G = 15.07%
B = 30.82%

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

#ED4287 (or 0xED4287) is known color: Violet Red. HEX triplet: ED, 42 and 87. RGB value is (237,66,135). Sum of RGB (Red+Green+Blue) = 237+66+135=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4287 is #12BD78. Grayscale: #7C7C7C. Windows color (decimal): -1228153 or 8864493. OLE color: 8864493.

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

Color convert

RGB 237 66 135 -
CMYK 0 0.72 0.43 0.07
HSL 335.79º 0.83% 0.59% -
HSV(B) 335.79º 0.72% 0.93% -
XYZ 41.25 23.65 25.31 -
YUV 125 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 237 66 135 0 0.72 0.43 0.07 335.79 0.83 0.59
Hex ED 42 87 0 48 2B 7 150 53 3B
Octal 355 102 207 0 110 53 7 520 123 73
Binary 11101101 1000010 10000111 0 1001000 101011 111 101010000 1010011 111011

Color Harmonies of #ED4287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4287

Black with #ED4287

Text Example


Text Example

White with #ED4287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4287; }

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

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

background-color css

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

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

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

border-color css

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

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

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