Html Css Color HEX #ED147A Ruby

📋 copy color: '#ED147A'

red 237 ◦ green 20 ◦ blue 122

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

Shades of Ruby #ED147A

Tints of Ruby #ED147A

RGB

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

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED147A (or 0xED147A) is known color: 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

RGB 237 20 122 -
CMYK 0 0.92 0.49 0.07
HSL 331.8º 0.86% 0.5% -
HSV(B) 331.8º 0.92% 0.93% -
XYZ 38.69 19.91 20.22 -
YUV 96.51 142.39 228.21 -
System Red Green Blue C M Y K H S L
Decimal 237 20 122 0 0.92 0.49 0.07 331.8 0.86 0.5
Hex ED 14 7A 0 5C 31 7 14C 56 32
Octal 355 24 172 0 134 61 7 514 126 62
Binary 11101101 10100 1111010 0 1011100 110001 111 101001100 1010110 110010

Color Harmonies of #ED147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED147A

Black with #ED147A

Text Example


Text Example

White with #ED147A

Text Example


Text Example

HTML Codes & Css Web 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>