Html Css Color HEX #EF175A Ruby

📋 copy color: '#EF175A'

red 239 ◦ green 23 ◦ blue 90

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

Shades of Ruby #EF175A

Tints of Ruby #EF175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 67.9%
G = 6.53%
B = 25.57%

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

#EF175A (or 0xEF175A) is known color: Ruby. HEX triplet: EF, 17 and 5A. RGB value is (239,23,90). Sum of RGB (Red+Green+Blue) = 239+23+90=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF175A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF175A is #10E8A5. Grayscale: #5F5F5F. Windows color (decimal): -1108134 or 5904367. OLE color: 5904367.

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

Color convert

RGB 239 23 90 -
CMYK 0 0.90 0.62 0.06
HSL 341.39º 0.87% 0.51% -
HSV(B) 341.39º 0.9% 0.94% -
XYZ 37.75 19.7 11.49 -
YUV 95.22 125.06 230.55 -
System Red Green Blue C M Y K H S L
Decimal 239 23 90 0 0.90 0.62 0.06 341.39 0.87 0.51
Hex EF 17 5A 0 5A 3E 6 155 57 33
Octal 357 27 132 0 132 76 6 525 127 63
Binary 11101111 10111 1011010 0 1011010 111110 110 101010101 1010111 110011

Color Harmonies of #EF175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF175A

Black with #EF175A

Text Example


Text Example

White with #EF175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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