Html Css Color HEX #EF0E6C Ruby

📋 copy color: '#EF0E6C'

red 239 ◦ green 14 ◦ blue 108

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

Shades of Ruby #EF0E6C

Tints of Ruby #EF0E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.88%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 66.2%
G = 3.88%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF0E6C (or 0xEF0E6C) is known color: Ruby. HEX triplet: EF, 0E and 6C. RGB value is (239,14,108). Sum of RGB (Red+Green+Blue) = 239+14+108=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E6C is #10F193. Grayscale: #5B5B5B. Windows color (decimal): -1110420 or 7081711. OLE color: 7081711.

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

Color convert

RGB 239 14 108 -
CMYK 0 0.94 0.55 0.06
HSL 334.93º 0.89% 0.5% -
HSV(B) 334.93º 0.94% 0.94% -
XYZ 38.46 19.75 15.97 -
YUV 91.99 137.04 232.86 -
System Red Green Blue C M Y K H S L
Decimal 239 14 108 0 0.94 0.55 0.06 334.93 0.89 0.5
Hex EF E 6C 0 5E 37 6 14F 59 32
Octal 357 16 154 0 136 67 6 517 131 62
Binary 11101111 1110 1101100 0 1011110 110111 110 101001111 1011001 110010

Color Harmonies of #EF0E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E6C

Black with #EF0E6C

Text Example


Text Example

White with #EF0E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E6C; }

 p { color: rgb(239,14,108); }

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

background-color css

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

 a { background-color: rgb(239,14,108); }

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

border-color css

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

 span { border-color: rgb(239,14,108); }

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