Html Css Color HEX #EF175C Ruby

📋 copy color: '#EF175C'

red 239 ◦ green 23 ◦ blue 92

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

Shades of Ruby #EF175C

Tints of Ruby #EF175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.5%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 67.51%
G = 6.5%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF175C (or 0xEF175C) is known color: Ruby. HEX triplet: EF, 17 and 5C. RGB value is (239,23,92). Sum of RGB (Red+Green+Blue) = 239+23+92=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF175C is #10E8A3. Grayscale: #5F5F5F. Windows color (decimal): -1108132 or 6035439. OLE color: 6035439.

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

Color convert

RGB 239 23 92 -
CMYK 0 0.90 0.62 0.06
HSL 340.83º 0.87% 0.51% -
HSV(B) 340.83º 0.9% 0.94% -
XYZ 37.83 19.74 11.94 -
YUV 95.45 126.06 230.39 -
System Red Green Blue C M Y K H S L
Decimal 239 23 92 0 0.90 0.62 0.06 340.83 0.87 0.51
Hex EF 17 5C 0 5A 3E 6 155 57 33
Octal 357 27 134 0 132 76 6 525 127 63
Binary 11101111 10111 1011100 0 1011010 111110 110 101010101 1010111 110011

Color Harmonies of #EF175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF175C

Black with #EF175C

Text Example


Text Example

White with #EF175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF175C; }

 p { color: rgb(239,23,92); }

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

background-color css

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

 a { background-color: rgb(239,23,92); }

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

border-color css

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

 span { border-color: rgb(239,23,92); }

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