Html Css Color HEX #ED167A Ruby

📋 copy color: '#ED167A'

red 237 ◦ green 22 ◦ blue 122

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

Shades of Ruby #ED167A

Tints of Ruby #ED167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 62.2%
G = 5.77%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED167A (or 0xED167A) is known color: Ruby. HEX triplet: ED, 16 and 7A. RGB value is (237,22,122). Sum of RGB (Red+Green+Blue) = 237+22+122=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED167A is #12E985. Grayscale: #616161. Windows color (decimal): -1239430 or 8001261. OLE color: 8001261.

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

Color convert

RGB 237 22 122 -
CMYK 0 0.91 0.49 0.07
HSL 332.09º 0.86% 0.51% -
HSV(B) 332.09º 0.91% 0.93% -
XYZ 38.72 19.98 20.23 -
YUV 97.69 141.73 227.37 -
System Red Green Blue C M Y K H S L
Decimal 237 22 122 0 0.91 0.49 0.07 332.09 0.86 0.51
Hex ED 16 7A 0 5B 31 7 14C 56 33
Octal 355 26 172 0 133 61 7 514 126 63
Binary 11101101 10110 1111010 0 1011011 110001 111 101001100 1010110 110011

Color Harmonies of #ED167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED167A

Black with #ED167A

Text Example


Text Example

White with #ED167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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