Html Css Color HEX #EF1364 Ruby

📋 copy color: '#EF1364'

red 239 ◦ green 19 ◦ blue 100

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

Shades of Ruby #EF1364

Tints of Ruby #EF1364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 66.76%
G = 5.31%
B = 27.93%

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

#EF1364 (or 0xEF1364) is known color: Ruby. HEX triplet: EF, 13 and 64. RGB value is (239,19,100). Sum of RGB (Red+Green+Blue) = 239+19+100=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1364 is #10EC9B. Grayscale: #5D5D5D. Windows color (decimal): -1109148 or 6558703. OLE color: 6558703.

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

Color convert

RGB 239 19 100 -
CMYK 0 0.92 0.58 0.06
HSL 337.91º 0.87% 0.51% -
HSV(B) 337.91º 0.92% 0.94% -
XYZ 38.13 19.74 13.86 -
YUV 94.01 131.39 231.41 -
System Red Green Blue C M Y K H S L
Decimal 239 19 100 0 0.92 0.58 0.06 337.91 0.87 0.51
Hex EF 13 64 0 5C 3A 6 152 57 33
Octal 357 23 144 0 134 72 6 522 127 63
Binary 11101111 10011 1100100 0 1011100 111010 110 101010010 1010111 110011

Color Harmonies of #EF1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1364

Black with #EF1364

Text Example


Text Example

White with #EF1364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1364; }

 p { color: rgb(239,19,100); }

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

background-color css

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

 a { background-color: rgb(239,19,100); }

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

border-color css

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

 span { border-color: rgb(239,19,100); }

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