Html Css Color HEX #EF1E6F Ruby

📋 copy color: '#EF1E6F'

red 239 ◦ green 30 ◦ blue 111

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

Shades of Ruby #EF1E6F

Tints of Ruby #EF1E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 62.89%
G = 7.89%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF1E6F (or 0xEF1E6F) is known color: Ruby. HEX triplet: EF, 1E and 6F. RGB value is (239,30,111). Sum of RGB (Red+Green+Blue) = 239+30+111=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E6F is #10E190. Grayscale: #656565. Windows color (decimal): -1106321 or 7282415. OLE color: 7282415.

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

Color convert

RGB 239 30 111 -
CMYK 0 0.87 0.54 0.06
HSL 336.75º 0.87% 0.53% -
HSV(B) 336.75º 0.87% 0.94% -
XYZ 38.93 20.43 16.93 -
YUV 101.73 133.24 225.91 -
System Red Green Blue C M Y K H S L
Decimal 239 30 111 0 0.87 0.54 0.06 336.75 0.87 0.53
Hex EF 1E 6F 0 57 36 6 151 57 35
Octal 357 36 157 0 127 66 6 521 127 65
Binary 11101111 11110 1101111 0 1010111 110110 110 101010001 1010111 110101

Color Harmonies of #EF1E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E6F

Black with #EF1E6F

Text Example


Text Example

White with #EF1E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E6F; }

 p { color: rgb(239,30,111); }

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

background-color css

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

 a { background-color: rgb(239,30,111); }

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

border-color css

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

 span { border-color: rgb(239,30,111); }

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