Html Css Color HEX #EF136D Ruby

📋 copy color: '#EF136D'

red 239 ◦ green 19 ◦ blue 109

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

Shades of Ruby #EF136D

Tints of Ruby #EF136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 65.12%
G = 5.18%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF136D (or 0xEF136D) is known color: Ruby. HEX triplet: EF, 13 and 6D. RGB value is (239,19,109). Sum of RGB (Red+Green+Blue) = 239+19+109=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF136D is #10EC92. Grayscale: #5E5E5E. Windows color (decimal): -1109139 or 7148527. OLE color: 7148527.

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

Color convert

RGB 239 19 109 -
CMYK 0 0.92 0.54 0.06
HSL 335.45º 0.87% 0.51% -
HSV(B) 335.45º 0.92% 0.94% -
XYZ 38.59 19.92 16.28 -
YUV 95.04 135.89 230.68 -
System Red Green Blue C M Y K H S L
Decimal 239 19 109 0 0.92 0.54 0.06 335.45 0.87 0.51
Hex EF 13 6D 0 5C 36 6 14F 57 33
Octal 357 23 155 0 134 66 6 517 127 63
Binary 11101111 10011 1101101 0 1011100 110110 110 101001111 1010111 110011

Color Harmonies of #EF136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF136D

Black with #EF136D

Text Example


Text Example

White with #EF136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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