Html Css Color HEX #EF0E6E Ruby

📋 copy color: '#EF0E6E'

red 239 ◦ green 14 ◦ blue 110

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

Shades of Ruby #EF0E6E

Tints of Ruby #EF0E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 65.84%
G = 3.86%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF0E6E (or 0xEF0E6E) is known color: Ruby. HEX triplet: EF, 0E and 6E. RGB value is (239,14,110). Sum of RGB (Red+Green+Blue) = 239+14+110=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E6E is #10F191. Grayscale: #5C5C5C. Windows color (decimal): -1110418 or 7212783. OLE color: 7212783.

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

Color convert

RGB 239 14 110 -
CMYK 0 0.94 0.54 0.06
HSL 334.4º 0.89% 0.5% -
HSV(B) 334.4º 0.94% 0.94% -
XYZ 38.57 19.79 16.54 -
YUV 92.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 239 14 110 0 0.94 0.54 0.06 334.4 0.89 0.5
Hex EF E 6E 0 5E 36 6 14E 59 32
Octal 357 16 156 0 136 66 6 516 131 62
Binary 11101111 1110 1101110 0 1011110 110110 110 101001110 1011001 110010

Color Harmonies of #EF0E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E6E

Black with #EF0E6E

Text Example


Text Example

White with #EF0E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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