Html Css Color HEX #EF106B Ruby

📋 copy color: '#EF106B'

red 239 ◦ green 16 ◦ blue 107

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

Shades of Ruby #EF106B

Tints of Ruby #EF106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 66.02%
G = 4.42%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF106B (or 0xEF106B) is known color: Ruby. HEX triplet: EF, 10 and 6B. RGB value is (239,16,107). Sum of RGB (Red+Green+Blue) = 239+16+107=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF106B is #10EF94. Grayscale: #5C5C5C. Windows color (decimal): -1109909 or 7016687. OLE color: 7016687.

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

Color convert

RGB 239 16 107 -
CMYK 0 0.93 0.55 0.06
HSL 335.52º 0.87% 0.5% -
HSV(B) 335.52º 0.93% 0.94% -
XYZ 38.44 19.78 15.7 -
YUV 93.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 239 16 107 0 0.93 0.55 0.06 335.52 0.87 0.5
Hex EF 10 6B 0 5D 37 6 150 57 32
Octal 357 20 153 0 135 67 6 520 127 62
Binary 11101111 10000 1101011 0 1011101 110111 110 101010000 1010111 110010

Color Harmonies of #EF106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF106B

Black with #EF106B

Text Example


Text Example

White with #EF106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF106B; }

 p { color: rgb(239,16,107); }

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

background-color css

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

 a { background-color: rgb(239,16,107); }

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

border-color css

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

 span { border-color: rgb(239,16,107); }

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