Html Css Color HEX #EF136C Ruby

📋 copy color: '#EF136C'

red 239 ◦ green 19 ◦ blue 108

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

Shades of Ruby #EF136C

Tints of Ruby #EF136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 65.3%
G = 5.19%
B = 29.51%

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

#EF136C (or 0xEF136C) is known color: Ruby. HEX triplet: EF, 13 and 6C. RGB value is (239,19,108). Sum of RGB (Red+Green+Blue) = 239+19+108=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF136C is #10EC93. Grayscale: #5E5E5E. Windows color (decimal): -1109140 or 7082991. OLE color: 7082991.

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

Color convert

RGB 239 19 108 -
CMYK 0 0.92 0.55 0.06
HSL 335.73º 0.87% 0.51% -
HSV(B) 335.73º 0.92% 0.94% -
XYZ 38.54 19.9 16 -
YUV 94.93 135.39 230.76 -
System Red Green Blue C M Y K H S L
Decimal 239 19 108 0 0.92 0.55 0.06 335.73 0.87 0.51
Hex EF 13 6C 0 5C 37 6 150 57 33
Octal 357 23 154 0 134 67 6 520 127 63
Binary 11101111 10011 1101100 0 1011100 110111 110 101010000 1010111 110011

Color Harmonies of #EF136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF136C

Black with #EF136C

Text Example


Text Example

White with #EF136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF136C; }

 p { color: rgb(239,19,108); }

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

background-color css

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

 a { background-color: rgb(239,19,108); }

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

border-color css

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

 span { border-color: rgb(239,19,108); }

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