#ED147A

Color #ED147A Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #ED147A

Tints of Ruby #ED147A

Color information

#ED147A (or 0xED147A) is unknown color: approx Ruby. HEX triplet: ED, 14 and 7A. RGB value is (237,20,122). Sum of RGB (Red+Green+Blue) = 237+20+122=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED147A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED147A is #12EB85. Grayscale: #606060. Windows color (decimal): -1239942 or 8000749. OLE color: 8000749.

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

Color convert

RGB23720122-
CMYK00.920.490.07
HSL331.8º85.77%50.39%-
HSV(B)331.8º91.56%92.94%-
XYZ38.6919.9120.22-
YUV96.51142.39228.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.53%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=62.53%
G=5.28%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372012200.920.490.07331.885.7750.39
HexED147A05C31714c5632
Octal35524172013461751412662
Binary11101101101001111010010111001100011111010011001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED147A; }

 p { color: rgb(237,20,122); }

 H1.HeaderClassName
 {
   color: #ED147A;
 }
 .AnyTagClassName
 {
   color: #ED147A;
 }
</style>
background-color css

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

 a { background-color: rgb(237,20,122); }

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

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

 span { border-color: rgb(237,20,122); }

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