Html Css Color HEX #EF156A Ruby

📋 copy color: '#EF156A'

red 239 ◦ green 21 ◦ blue 106

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

Shades of Ruby #EF156A

Tints of Ruby #EF156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 65.3%
G = 5.74%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF156A (or 0xEF156A) is known color: Ruby. HEX triplet: EF, 15 and 6A. RGB value is (239,21,106). Sum of RGB (Red+Green+Blue) = 239+21+106=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF156A is #10EA95. Grayscale: #5F5F5F. Windows color (decimal): -1108630 or 6952431. OLE color: 6952431.

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

Color convert

RGB 239 21 106 -
CMYK 0 0.91 0.56 0.06
HSL 336.61º 0.87% 0.51% -
HSV(B) 336.61º 0.91% 0.94% -
XYZ 38.47 19.93 15.45 -
YUV 95.87 133.72 230.09 -
System Red Green Blue C M Y K H S L
Decimal 239 21 106 0 0.91 0.56 0.06 336.61 0.87 0.51
Hex EF 15 6A 0 5B 38 6 151 57 33
Octal 357 25 152 0 133 70 6 521 127 63
Binary 11101111 10101 1101010 0 1011011 111000 110 101010001 1010111 110011

Color Harmonies of #EF156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF156A

Black with #EF156A

Text Example


Text Example

White with #EF156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF156A; }

 p { color: rgb(239,21,106); }

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

background-color css

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

 a { background-color: rgb(239,21,106); }

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

border-color css

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

 span { border-color: rgb(239,21,106); }

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