Html Css Color HEX #EF1463 Ruby

📋 copy color: '#EF1463'

red 239 ◦ green 20 ◦ blue 99

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

Shades of Ruby #EF1463

Tints of Ruby #EF1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

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

R = 66.76%
G = 5.59%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF1463 (or 0xEF1463) is known color: Ruby. HEX triplet: EF, 14 and 63. RGB value is (239,20,99). Sum of RGB (Red+Green+Blue) = 239+20+99=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1463 is #10EB9C. Grayscale: #5E5E5E. Windows color (decimal): -1108893 or 6493423. OLE color: 6493423.

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

Color convert

RGB 239 20 99 -
CMYK 0 0.92 0.59 0.06
HSL 338.36º 0.87% 0.51% -
HSV(B) 338.36º 0.92% 0.94% -
XYZ 38.1 19.75 13.61 -
YUV 94.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 239 20 99 0 0.92 0.59 0.06 338.36 0.87 0.51
Hex EF 14 63 0 5C 3B 6 152 57 33
Octal 357 24 143 0 134 73 6 522 127 63
Binary 11101111 10100 1100011 0 1011100 111011 110 101010010 1010111 110011

Color Harmonies of #EF1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1463

Black with #EF1463

Text Example


Text Example

White with #EF1463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1463; }

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

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

background-color css

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

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

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

border-color css

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

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

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