Html Css Color HEX #ED3778 Violet Red

📋 copy color: '#ED3778'

red 237 ◦ green 55 ◦ blue 120

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

Shades of Violet Red #ED3778

Tints of Violet Red #ED3778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.35%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 57.52%
G = 13.35%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED3778 (or 0xED3778) is known color: Violet Red. HEX triplet: ED, 37 and 78. RGB value is (237,55,120). Sum of RGB (Red+Green+Blue) = 237+55+120=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3778 is #12C887. Grayscale: #747474. Windows color (decimal): -1230984 or 7878637. OLE color: 7878637.

HSL color Cylindrical-coordinate representation of color #ED3778: hue angle of 338.57º degrees, saturation: 0.83, 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 #ED3778 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 120 -
CMYK 0 0.77 0.49 0.07
HSL 338.57º 0.83% 0.57% -
HSV(B) 338.57º 0.77% 0.93% -
XYZ 39.68 22.09 19.94 -
YUV 116.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 237 55 120 0 0.77 0.49 0.07 338.57 0.83 0.57
Hex ED 37 78 0 4D 31 7 153 53 39
Octal 355 67 170 0 115 61 7 523 123 71
Binary 11101101 110111 1111000 0 1001101 110001 111 101010011 1010011 111001

Color Harmonies of #ED3778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3778

Black with #ED3778

Text Example


Text Example

White with #ED3778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3778; }

 p { color: rgb(237,55,120); }

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

background-color css

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

 a { background-color: rgb(237,55,120); }

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

border-color css

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

 span { border-color: rgb(237,55,120); }

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