Html Css Color HEX #EF1465 Ruby

📋 copy color: '#EF1465'

red 239 ◦ green 20 ◦ blue 101

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

Shades of Ruby #EF1465

Tints of Ruby #EF1465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 66.39%
G = 5.56%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF1465 (or 0xEF1465) is known color: Ruby. HEX triplet: EF, 14 and 65. RGB value is (239,20,101). Sum of RGB (Red+Green+Blue) = 239+20+101=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1465 is #10EB9A. Grayscale: #5E5E5E. Windows color (decimal): -1108891 or 6624495. OLE color: 6624495.

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

Color convert

RGB 239 20 101 -
CMYK 0 0.92 0.58 0.06
HSL 337.81º 0.87% 0.51% -
HSV(B) 337.81º 0.92% 0.94% -
XYZ 38.2 19.79 14.12 -
YUV 94.72 131.55 230.91 -
System Red Green Blue C M Y K H S L
Decimal 239 20 101 0 0.92 0.58 0.06 337.81 0.87 0.51
Hex EF 14 65 0 5C 3A 6 152 57 33
Octal 357 24 145 0 134 72 6 522 127 63
Binary 11101111 10100 1100101 0 1011100 111010 110 101010010 1010111 110011

Color Harmonies of #EF1465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1465

Black with #EF1465

Text Example


Text Example

White with #EF1465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1465; }

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

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

background-color css

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

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

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

border-color css

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

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

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