Html Css Color HEX #ED166C Ruby

📋 copy color: '#ED166C'

red 237 ◦ green 22 ◦ blue 108

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

Shades of Ruby #ED166C

Tints of Ruby #ED166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 64.58%
G = 5.99%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED166C (or 0xED166C) is known color: Ruby. HEX triplet: ED, 16 and 6C. RGB value is (237,22,108). Sum of RGB (Red+Green+Blue) = 237+22+108=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED166C is #12E993. Grayscale: #5F5F5F. Windows color (decimal): -1239444 or 7083757. OLE color: 7083757.

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

Color convert

RGB 237 22 108 -
CMYK 0 0.91 0.54 0.07
HSL 336º 0.86% 0.51% -
HSV(B) 336º 0.91% 0.93% -
XYZ 37.92 19.66 15.98 -
YUV 96.09 134.73 228.51 -
System Red Green Blue C M Y K H S L
Decimal 237 22 108 0 0.91 0.54 0.07 336 0.86 0.51
Hex ED 16 6C 0 5B 36 7 150 56 33
Octal 355 26 154 0 133 66 7 520 126 63
Binary 11101101 10110 1101100 0 1011011 110110 111 101010000 1010110 110011

Color Harmonies of #ED166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED166C

Black with #ED166C

Text Example


Text Example

White with #ED166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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