Html Css Color HEX #EF1859 Ruby

📋 copy color: '#EF1859'

red 239 ◦ green 24 ◦ blue 89

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

Shades of Ruby #EF1859

Tints of Ruby #EF1859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 67.9%
G = 6.82%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF1859 (or 0xEF1859) is known color: Ruby. HEX triplet: EF, 18 and 59. RGB value is (239,24,89). Sum of RGB (Red+Green+Blue) = 239+24+89=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1859 is #10E7A6. Grayscale: #5F5F5F. Windows color (decimal): -1107879 or 5839087. OLE color: 5839087.

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

Color convert

RGB 239 24 89 -
CMYK 0 0.90 0.63 0.06
HSL 341.86º 0.87% 0.52% -
HSV(B) 341.86º 0.9% 0.94% -
XYZ 37.73 19.73 11.27 -
YUV 95.7 124.23 230.21 -
System Red Green Blue C M Y K H S L
Decimal 239 24 89 0 0.90 0.63 0.06 341.86 0.87 0.52
Hex EF 18 59 0 5A 3F 6 156 57 34
Octal 357 30 131 0 132 77 6 526 127 64
Binary 11101111 11000 1011001 0 1011010 111111 110 101010110 1010111 110100

Color Harmonies of #EF1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1859

Black with #EF1859

Text Example


Text Example

White with #EF1859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1859; }

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

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

background-color css

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

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

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

border-color css

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

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

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