Html Css Color HEX #EF136E Ruby

📋 copy color: '#EF136E'

red 239 ◦ green 19 ◦ blue 110

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

Shades of Ruby #EF136E

Tints of Ruby #EF136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 64.95%
G = 5.16%
B = 29.89%

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

#EF136E (or 0xEF136E) is known color: Ruby. HEX triplet: EF, 13 and 6E. RGB value is (239,19,110). Sum of RGB (Red+Green+Blue) = 239+19+110=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF136E is #10EC91. Grayscale: #5F5F5F. Windows color (decimal): -1109138 or 7214063. OLE color: 7214063.

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

Color convert

RGB 239 19 110 -
CMYK 0 0.92 0.54 0.06
HSL 335.18º 0.87% 0.51% -
HSV(B) 335.18º 0.92% 0.94% -
XYZ 38.64 19.94 16.56 -
YUV 95.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 239 19 110 0 0.92 0.54 0.06 335.18 0.87 0.51
Hex EF 13 6E 0 5C 36 6 14F 57 33
Octal 357 23 156 0 134 66 6 517 127 63
Binary 11101111 10011 1101110 0 1011100 110110 110 101001111 1010111 110011

Color Harmonies of #EF136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF136E

Black with #EF136E

Text Example


Text Example

White with #EF136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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