Html Css Color HEX #EF1166 Ruby

📋 copy color: '#EF1166'

red 239 ◦ green 17 ◦ blue 102

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

Shades of Ruby #EF1166

Tints of Ruby #EF1166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.75%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 66.76%
G = 4.75%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF1166 (or 0xEF1166) is known color: Ruby. HEX triplet: EF, 11 and 66. RGB value is (239,17,102). Sum of RGB (Red+Green+Blue) = 239+17+102=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1166 is #10EE99. Grayscale: #5C5C5C. Windows color (decimal): -1109658 or 6689263. OLE color: 6689263.

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

Color convert

RGB 239 17 102 -
CMYK 0 0.93 0.57 0.06
HSL 337.03º 0.87% 0.5% -
HSV(B) 337.03º 0.93% 0.94% -
XYZ 38.2 19.71 14.36 -
YUV 93.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 239 17 102 0 0.93 0.57 0.06 337.03 0.87 0.5
Hex EF 11 66 0 5D 39 6 151 57 32
Octal 357 21 146 0 135 71 6 521 127 62
Binary 11101111 10001 1100110 0 1011101 111001 110 101010001 1010111 110010

Color Harmonies of #EF1166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1166

Black with #EF1166

Text Example


Text Example

White with #EF1166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1166; }

 p { color: rgb(239,17,102); }

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

background-color css

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

 a { background-color: rgb(239,17,102); }

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

border-color css

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

 span { border-color: rgb(239,17,102); }

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