Html Css Color HEX #EF185A Ruby

📋 copy color: '#EF185A'

red 239 ◦ green 24 ◦ blue 90

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

Shades of Ruby #EF185A

Tints of Ruby #EF185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 67.71%
G = 6.8%
B = 25.5%

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

#EF185A (or 0xEF185A) is known color: Ruby. HEX triplet: EF, 18 and 5A. RGB value is (239,24,90). Sum of RGB (Red+Green+Blue) = 239+24+90=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF185A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF185A is #10E7A5. Grayscale: #5F5F5F. Windows color (decimal): -1107878 or 5904623. OLE color: 5904623.

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

Color convert

RGB 239 24 90 -
CMYK 0 0.90 0.62 0.06
HSL 341.58º 0.87% 0.52% -
HSV(B) 341.58º 0.9% 0.94% -
XYZ 37.77 19.74 11.49 -
YUV 95.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 239 24 90 0 0.90 0.62 0.06 341.58 0.87 0.52
Hex EF 18 5A 0 5A 3E 6 156 57 34
Octal 357 30 132 0 132 76 6 526 127 64
Binary 11101111 11000 1011010 0 1011010 111110 110 101010110 1010111 110100

Color Harmonies of #EF185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF185A

Black with #EF185A

Text Example


Text Example

White with #EF185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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