Html Css Color HEX #ED3678 Violet Red

📋 copy color: '#ED3678'

red 237 ◦ green 54 ◦ blue 120

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

Shades of Violet Red #ED3678

Tints of Violet Red #ED3678

RGB

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

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

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

R = 57.66%
G = 13.14%
B = 29.2%

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

#ED3678 (or 0xED3678) is known color: Violet Red. HEX triplet: ED, 36 and 78. RGB value is (237,54,120). Sum of RGB (Red+Green+Blue) = 237+54+120=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3678 is #12C987. Grayscale: #747474. Windows color (decimal): -1231240 or 7878381. OLE color: 7878381.

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

Color convert

RGB 237 54 120 -
CMYK 0 0.77 0.49 0.07
HSL 338.36º 0.84% 0.57% -
HSV(B) 338.36º 0.77% 0.93% -
XYZ 39.63 22 19.93 -
YUV 116.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 237 54 120 0 0.77 0.49 0.07 338.36 0.84 0.57
Hex ED 36 78 0 4D 31 7 152 54 39
Octal 355 66 170 0 115 61 7 522 124 71
Binary 11101101 110110 1111000 0 1001101 110001 111 101010010 1010100 111001

Color Harmonies of #ED3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3678

Black with #ED3678

Text Example


Text Example

White with #ED3678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3678; }

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

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

background-color css

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

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

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

border-color css

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

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

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