Html Css Color HEX #EF166C Ruby

📋 copy color: '#EF166C'

red 239 ◦ green 22 ◦ blue 108

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

Shades of Ruby #EF166C

Tints of Ruby #EF166C

RGB

 RED value IS 239 (93.75% from 255) = 64.77%

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

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

R = 64.77%
G = 5.96%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF166C (or 0xEF166C) is known color: Ruby. HEX triplet: EF, 16 and 6C. RGB value is (239,22,108). Sum of RGB (Red+Green+Blue) = 239+22+108=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF166C is #10E993. Grayscale: #606060. Windows color (decimal): -1108372 or 7083759. OLE color: 7083759.

HSL color Cylindrical-coordinate representation of color #EF166C: hue angle of 336.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF166C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 22 108 -
CMYK 0 0.91 0.55 0.06
HSL 336.22º 0.87% 0.51% -
HSV(B) 336.22º 0.91% 0.94% -
XYZ 38.59 20.01 16.02 -
YUV 96.69 134.39 229.51 -
System Red Green Blue C M Y K H S L
Decimal 239 22 108 0 0.91 0.55 0.06 336.22 0.87 0.51
Hex EF 16 6C 0 5B 37 6 150 57 33
Octal 357 26 154 0 133 67 6 520 127 63
Binary 11101111 10110 1101100 0 1011011 110111 110 101010000 1010111 110011

Color Harmonies of #EF166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF166C

Black with #EF166C

Text Example


Text Example

White with #EF166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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