Html Css Color HEX #EF166E Ruby

📋 copy color: '#EF166E'

red 239 ◦ green 22 ◦ blue 110

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

Shades of Ruby #EF166E

Tints of Ruby #EF166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 64.42%
G = 5.93%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF166E (or 0xEF166E) is known color: Ruby. HEX triplet: EF, 16 and 6E. RGB value is (239,22,110). Sum of RGB (Red+Green+Blue) = 239+22+110=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF166E is #10E991. Grayscale: #606060. Windows color (decimal): -1108370 or 7214831. OLE color: 7214831.

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

Color convert

RGB 239 22 110 -
CMYK 0 0.91 0.54 0.06
HSL 335.67º 0.87% 0.51% -
HSV(B) 335.67º 0.91% 0.94% -
XYZ 38.7 20.05 16.58 -
YUV 96.92 135.39 229.34 -
System Red Green Blue C M Y K H S L
Decimal 239 22 110 0 0.91 0.54 0.06 335.67 0.87 0.51
Hex EF 16 6E 0 5B 36 6 150 57 33
Octal 357 26 156 0 133 66 6 520 127 63
Binary 11101111 10110 1101110 0 1011011 110110 110 101010000 1010111 110011

Color Harmonies of #EF166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF166E

Black with #EF166E

Text Example


Text Example

White with #EF166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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