Html Css Color HEX #EF1C63 Ruby

📋 copy color: '#EF1C63'

red 239 ◦ green 28 ◦ blue 99

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

Shades of Ruby #EF1C63

Tints of Ruby #EF1C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 65.3%
G = 7.65%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF1C63 (or 0xEF1C63) is known color: Ruby. HEX triplet: EF, 1C and 63. RGB value is (239,28,99). Sum of RGB (Red+Green+Blue) = 239+28+99=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1C63 is #10E39C. Grayscale: #636363. Windows color (decimal): -1106845 or 6495471. OLE color: 6495471.

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

Color convert

RGB 239 28 99 -
CMYK 0 0.88 0.59 0.06
HSL 339.81º 0.87% 0.52% -
HSV(B) 339.81º 0.88% 0.94% -
XYZ 38.26 20.08 13.66 -
YUV 99.18 127.9 227.73 -
System Red Green Blue C M Y K H S L
Decimal 239 28 99 0 0.88 0.59 0.06 339.81 0.87 0.52
Hex EF 1C 63 0 58 3B 6 154 57 34
Octal 357 34 143 0 130 73 6 524 127 64
Binary 11101111 11100 1100011 0 1011000 111011 110 101010100 1010111 110100

Color Harmonies of #EF1C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C63

Black with #EF1C63

Text Example


Text Example

White with #EF1C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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