Html Css Color HEX #EF165C Ruby

📋 copy color: '#EF165C'

red 239 ◦ green 22 ◦ blue 92

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

Shades of Ruby #EF165C

Tints of Ruby #EF165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.23%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 67.71%
G = 6.23%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF165C (or 0xEF165C) is known color: Ruby. HEX triplet: EF, 16 and 5C. RGB value is (239,22,92). Sum of RGB (Red+Green+Blue) = 239+22+92=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF165C is #10E9A3. Grayscale: #5E5E5E. Windows color (decimal): -1108388 or 6035183. OLE color: 6035183.

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

Color convert

RGB 239 22 92 -
CMYK 0 0.91 0.62 0.06
HSL 340.65º 0.87% 0.51% -
HSV(B) 340.65º 0.91% 0.94% -
XYZ 37.82 19.7 11.93 -
YUV 94.86 126.39 230.81 -
System Red Green Blue C M Y K H S L
Decimal 239 22 92 0 0.91 0.62 0.06 340.65 0.87 0.51
Hex EF 16 5C 0 5B 3E 6 155 57 33
Octal 357 26 134 0 133 76 6 525 127 63
Binary 11101111 10110 1011100 0 1011011 111110 110 101010101 1010111 110011

Color Harmonies of #EF165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF165C

Black with #EF165C

Text Example


Text Example

White with #EF165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF165C; }

 p { color: rgb(239,22,92); }

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

background-color css

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

 a { background-color: rgb(239,22,92); }

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

border-color css

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

 span { border-color: rgb(239,22,92); }

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