Html Css Color HEX #EF1663 Ruby

📋 copy color: '#EF1663'

red 239 ◦ green 22 ◦ blue 99

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

Shades of Ruby #EF1663

Tints of Ruby #EF1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.11%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 66.39%
G = 6.11%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF1663 (or 0xEF1663) is known color: Ruby. HEX triplet: EF, 16 and 63. RGB value is (239,22,99). Sum of RGB (Red+Green+Blue) = 239+22+99=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1663 is #10E99C. Grayscale: #5F5F5F. Windows color (decimal): -1108381 or 6493935. OLE color: 6493935.

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

Color convert

RGB 239 22 99 -
CMYK 0 0.91 0.59 0.06
HSL 338.71º 0.87% 0.51% -
HSV(B) 338.71º 0.91% 0.94% -
XYZ 38.14 19.83 13.62 -
YUV 95.66 129.89 230.24 -
System Red Green Blue C M Y K H S L
Decimal 239 22 99 0 0.91 0.59 0.06 338.71 0.87 0.51
Hex EF 16 63 0 5B 3B 6 153 57 33
Octal 357 26 143 0 133 73 6 523 127 63
Binary 11101111 10110 1100011 0 1011011 111011 110 101010011 1010111 110011

Color Harmonies of #EF1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1663

Black with #EF1663

Text Example


Text Example

White with #EF1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1663; }

 p { color: rgb(239,22,99); }

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

background-color css

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

 a { background-color: rgb(239,22,99); }

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

border-color css

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

 span { border-color: rgb(239,22,99); }

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