Html Css Color HEX #EF136F Ruby

📋 copy color: '#EF136F'

red 239 ◦ green 19 ◦ blue 111

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

Shades of Ruby #EF136F

Tints of Ruby #EF136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 64.77%
G = 5.15%
B = 30.08%

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

#EF136F (or 0xEF136F) is known color: Ruby. HEX triplet: EF, 13 and 6F. RGB value is (239,19,111). Sum of RGB (Red+Green+Blue) = 239+19+111=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF136F is #10EC90. Grayscale: #5F5F5F. Windows color (decimal): -1109137 or 7279599. OLE color: 7279599.

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

Color convert

RGB 239 19 111 -
CMYK 0 0.92 0.54 0.06
HSL 334.91º 0.87% 0.51% -
HSV(B) 334.91º 0.92% 0.94% -
XYZ 38.7 19.96 16.85 -
YUV 95.27 136.89 230.52 -
System Red Green Blue C M Y K H S L
Decimal 239 19 111 0 0.92 0.54 0.06 334.91 0.87 0.51
Hex EF 13 6F 0 5C 36 6 14F 57 33
Octal 357 23 157 0 134 66 6 517 127 63
Binary 11101111 10011 1101111 0 1011100 110110 110 101001111 1010111 110011

Color Harmonies of #EF136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF136F

Black with #EF136F

Text Example


Text Example

White with #EF136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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