Html Css Color HEX #EF186A Ruby

📋 copy color: '#EF186A'

red 239 ◦ green 24 ◦ blue 106

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

Shades of Ruby #EF186A

Tints of Ruby #EF186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 64.77%
G = 6.5%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF186A (or 0xEF186A) is known color: Ruby. HEX triplet: EF, 18 and 6A. RGB value is (239,24,106). Sum of RGB (Red+Green+Blue) = 239+24+106=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF186A is #10E795. Grayscale: #616161. Windows color (decimal): -1107862 or 6953199. OLE color: 6953199.

HSL color Cylindrical-coordinate representation of color #EF186A: hue angle of 337.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF186A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 106 -
CMYK 0 0.90 0.56 0.06
HSL 337.12º 0.87% 0.52% -
HSV(B) 337.12º 0.9% 0.94% -
XYZ 38.52 20.04 15.47 -
YUV 97.63 132.73 228.83 -
System Red Green Blue C M Y K H S L
Decimal 239 24 106 0 0.90 0.56 0.06 337.12 0.87 0.52
Hex EF 18 6A 0 5A 38 6 151 57 34
Octal 357 30 152 0 132 70 6 521 127 64
Binary 11101111 11000 1101010 0 1011010 111000 110 101010001 1010111 110100

Color Harmonies of #EF186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF186A

Black with #EF186A

Text Example


Text Example

White with #EF186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF186A; }

 p { color: rgb(239,24,106); }

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

background-color css

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

 a { background-color: rgb(239,24,106); }

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

border-color css

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

 span { border-color: rgb(239,24,106); }

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