Html Css Color HEX #ED3881 Violet Red

📋 copy color: '#ED3881'

red 237 ◦ green 56 ◦ blue 129

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

Shades of Violet Red #ED3881

Tints of Violet Red #ED3881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.27%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 56.16%
G = 13.27%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED3881 (or 0xED3881) is known color: Violet Red. HEX triplet: ED, 38 and 81. RGB value is (237,56,129). Sum of RGB (Red+Green+Blue) = 237+56+129=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3881 is #12C77E. Grayscale: #767676. Windows color (decimal): -1230719 or 8468717. OLE color: 8468717.

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

Color convert

RGB 237 56 129 -
CMYK 0 0.76 0.46 0.07
HSL 335.8º 0.83% 0.57% -
HSV(B) 335.8º 0.76% 0.93% -
XYZ 40.3 22.42 22.97 -
YUV 118.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 237 56 129 0 0.76 0.46 0.07 335.8 0.83 0.57
Hex ED 38 81 0 4C 2E 7 150 53 39
Octal 355 70 201 0 114 56 7 520 123 71
Binary 11101101 111000 10000001 0 1001100 101110 111 101010000 1010011 111001

Color Harmonies of #ED3881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3881

Black with #ED3881

Text Example


Text Example

White with #ED3881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3881; }

 p { color: rgb(237,56,129); }

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

background-color css

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

 a { background-color: rgb(237,56,129); }

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

border-color css

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

 span { border-color: rgb(237,56,129); }

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