Html Css Color HEX #EF1C6B Ruby

📋 copy color: '#EF1C6B'

red 239 ◦ green 28 ◦ blue 107

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

Shades of Ruby #EF1C6B

Tints of Ruby #EF1C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 63.9%
G = 7.49%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF1C6B (or 0xEF1C6B) is known color: Ruby. HEX triplet: EF, 1C and 6B. RGB value is (239,28,107). Sum of RGB (Red+Green+Blue) = 239+28+107=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1C6B is #10E394. Grayscale: #636363. Windows color (decimal): -1106837 or 7019759. OLE color: 7019759.

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

Color convert

RGB 239 28 107 -
CMYK 0 0.88 0.55 0.06
HSL 337.54º 0.87% 0.52% -
HSV(B) 337.54º 0.88% 0.94% -
XYZ 38.67 20.24 15.78 -
YUV 100.1 131.9 227.08 -
System Red Green Blue C M Y K H S L
Decimal 239 28 107 0 0.88 0.55 0.06 337.54 0.87 0.52
Hex EF 1C 6B 0 58 37 6 152 57 34
Octal 357 34 153 0 130 67 6 522 127 64
Binary 11101111 11100 1101011 0 1011000 110111 110 101010010 1010111 110100

Color Harmonies of #EF1C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C6B

Black with #EF1C6B

Text Example


Text Example

White with #EF1C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C6B; }

 p { color: rgb(239,28,107); }

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

background-color css

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

 a { background-color: rgb(239,28,107); }

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

border-color css

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

 span { border-color: rgb(239,28,107); }

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