Html Css Color HEX #EF165D Ruby

📋 copy color: '#EF165D'

red 239 ◦ green 22 ◦ blue 93

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

Shades of Ruby #EF165D

Tints of Ruby #EF165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 67.51%
G = 6.21%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF165D (or 0xEF165D) is known color: Ruby. HEX triplet: EF, 16 and 5D. RGB value is (239,22,93). Sum of RGB (Red+Green+Blue) = 239+22+93=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF165D is #10E9A2. Grayscale: #5E5E5E. Windows color (decimal): -1108387 or 6100719. OLE color: 6100719.

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

Color convert

RGB 239 22 93 -
CMYK 0 0.91 0.61 0.06
HSL 340.37º 0.87% 0.51% -
HSV(B) 340.37º 0.91% 0.94% -
XYZ 37.86 19.71 12.17 -
YUV 94.98 126.89 230.73 -
System Red Green Blue C M Y K H S L
Decimal 239 22 93 0 0.91 0.61 0.06 340.37 0.87 0.51
Hex EF 16 5D 0 5B 3D 6 154 57 33
Octal 357 26 135 0 133 75 6 524 127 63
Binary 11101111 10110 1011101 0 1011011 111101 110 101010100 1010111 110011

Color Harmonies of #EF165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF165D

Black with #EF165D

Text Example


Text Example

White with #EF165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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