Html Css Color HEX #EF1368 Ruby

📋 copy color: '#EF1368'

red 239 ◦ green 19 ◦ blue 104

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

Shades of Ruby #EF1368

Tints of Ruby #EF1368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 66.02%
G = 5.25%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF1368 (or 0xEF1368) is known color: Ruby. HEX triplet: EF, 13 and 68. RGB value is (239,19,104). Sum of RGB (Red+Green+Blue) = 239+19+104=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1368 is #10EC97. Grayscale: #5E5E5E. Windows color (decimal): -1109144 or 6820847. OLE color: 6820847.

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

Color convert

RGB 239 19 104 -
CMYK 0 0.92 0.56 0.06
HSL 336.82º 0.87% 0.51% -
HSV(B) 336.82º 0.92% 0.94% -
XYZ 38.33 19.82 14.9 -
YUV 94.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 239 19 104 0 0.92 0.56 0.06 336.82 0.87 0.51
Hex EF 13 68 0 5C 38 6 151 57 33
Octal 357 23 150 0 134 70 6 521 127 63
Binary 11101111 10011 1101000 0 1011100 111000 110 101010001 1010111 110011

Color Harmonies of #EF1368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1368

Black with #EF1368

Text Example


Text Example

White with #EF1368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1368; }

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

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

background-color css

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

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

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

border-color css

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

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

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