Html Css Color HEX #EF126B Ruby

📋 copy color: '#EF126B'

red 239 ◦ green 18 ◦ blue 107

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

Shades of Ruby #EF126B

Tints of Ruby #EF126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

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

R = 65.66%
G = 4.95%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF126B (or 0xEF126B) is known color: Ruby. HEX triplet: EF, 12 and 6B. RGB value is (239,18,107). Sum of RGB (Red+Green+Blue) = 239+18+107=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF126B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF126B is #10ED94. Grayscale: #5E5E5E. Windows color (decimal): -1109397 or 7017199. OLE color: 7017199.

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

Color convert

RGB 239 18 107 -
CMYK 0 0.92 0.55 0.06
HSL 335.84º 0.87% 0.5% -
HSV(B) 335.84º 0.92% 0.94% -
XYZ 38.47 19.84 15.71 -
YUV 94.23 135.22 231.26 -
System Red Green Blue C M Y K H S L
Decimal 239 18 107 0 0.92 0.55 0.06 335.84 0.87 0.5
Hex EF 12 6B 0 5C 37 6 150 57 32
Octal 357 22 153 0 134 67 6 520 127 62
Binary 11101111 10010 1101011 0 1011100 110111 110 101010000 1010111 110010

Color Harmonies of #EF126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF126B

Black with #EF126B

Text Example


Text Example

White with #EF126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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