Html Css Color HEX #ED1077 Ruby

📋 copy color: '#ED1077'

red 237 ◦ green 16 ◦ blue 119

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

Shades of Ruby #ED1077

Tints of Ruby #ED1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 63.71%
G = 4.3%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED1077 (or 0xED1077) is known color: Ruby. HEX triplet: ED, 10 and 77. RGB value is (237,16,119). Sum of RGB (Red+Green+Blue) = 237+16+119=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1077 is #12EF88. Grayscale: #5D5D5D. Windows color (decimal): -1240969 or 7803117. OLE color: 7803117.

HSL color Cylindrical-coordinate representation of color #ED1077: hue angle of 332.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1077 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 119 -
CMYK 0 0.93 0.50 0.07
HSL 332.04º 0.87% 0.5% -
HSV(B) 332.04º 0.93% 0.93% -
XYZ 38.44 19.71 19.23 -
YUV 93.82 142.22 230.12 -
System Red Green Blue C M Y K H S L
Decimal 237 16 119 0 0.93 0.50 0.07 332.04 0.87 0.5
Hex ED 10 77 0 5D 32 7 14C 57 32
Octal 355 20 167 0 135 62 7 514 127 62
Binary 11101101 10000 1110111 0 1011101 110010 111 101001100 1010111 110010

Color Harmonies of #ED1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1077

Black with #ED1077

Text Example


Text Example

White with #ED1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1077; }

 p { color: rgb(237,16,119); }

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

background-color css

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

 a { background-color: rgb(237,16,119); }

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

border-color css

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

 span { border-color: rgb(237,16,119); }

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