Html Css Color HEX #EF1865 Ruby

📋 copy color: '#EF1865'

red 239 ◦ green 24 ◦ blue 101

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

Shades of Ruby #EF1865

Tints of Ruby #EF1865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 65.66%
G = 6.59%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF1865 (or 0xEF1865) is known color: Ruby. HEX triplet: EF, 18 and 65. RGB value is (239,24,101). Sum of RGB (Red+Green+Blue) = 239+24+101=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1865 is #10E79A. Grayscale: #606060. Windows color (decimal): -1107867 or 6625519. OLE color: 6625519.

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

Color convert

RGB 239 24 101 -
CMYK 0 0.90 0.58 0.06
HSL 338.51º 0.87% 0.52% -
HSV(B) 338.51º 0.9% 0.94% -
XYZ 38.27 19.94 14.14 -
YUV 97.06 130.23 229.24 -
System Red Green Blue C M Y K H S L
Decimal 239 24 101 0 0.90 0.58 0.06 338.51 0.87 0.52
Hex EF 18 65 0 5A 3A 6 153 57 34
Octal 357 30 145 0 132 72 6 523 127 64
Binary 11101111 11000 1100101 0 1011010 111010 110 101010011 1010111 110100

Color Harmonies of #EF1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1865

Black with #EF1865

Text Example


Text Example

White with #EF1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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