Html Css Color HEX #ED3685 Violet Red

📋 copy color: '#ED3685'

red 237 ◦ green 54 ◦ blue 133

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

Shades of Violet Red #ED3685

Tints of Violet Red #ED3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.74%

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

R = 55.9%
G = 12.74%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED3685 (or 0xED3685) is known color: Violet Red. HEX triplet: ED, 36 and 85. RGB value is (237,54,133). Sum of RGB (Red+Green+Blue) = 237+54+133=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3685 is #12C97A. Grayscale: #757575. Windows color (decimal): -1231227 or 8730349. OLE color: 8730349.

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

Color convert

RGB 237 54 133 -
CMYK 0 0.77 0.44 0.07
HSL 334.1º 0.84% 0.57% -
HSV(B) 334.1º 0.77% 0.93% -
XYZ 40.48 22.34 24.37 -
YUV 117.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 237 54 133 0 0.77 0.44 0.07 334.1 0.84 0.57
Hex ED 36 85 0 4D 2C 7 14E 54 39
Octal 355 66 205 0 115 54 7 516 124 71
Binary 11101101 110110 10000101 0 1001101 101100 111 101001110 1010100 111001

Color Harmonies of #ED3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3685

Black with #ED3685

Text Example


Text Example

White with #ED3685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3685; }

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

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

background-color css

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

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

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

border-color css

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

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

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