Html Css Color HEX #EA1163 Ruby

📋 copy color: '#EA1163'

red 234 ◦ green 17 ◦ blue 99

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

Shades of Ruby #EA1163

Tints of Ruby #EA1163

RGB

 RED value IS 234 (91.8% from 255) = 66.86%

 GREEN value IS 17 (7.03% from 255) = 4.86%

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

R = 66.86%
G = 4.86%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA1163 (or 0xEA1163) is known color: Ruby. HEX triplet: EA, 11 and 63. RGB value is (234,17,99). Sum of RGB (Red+Green+Blue) = 234+17+99=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1163 is #15EE9C. Grayscale: #5B5B5B. Windows color (decimal): -1437341 or 6492650. OLE color: 6492650.

HSL color Cylindrical-coordinate representation of color #EA1163: hue angle of 337.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1163 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 99 -
CMYK 0 0.93 0.58 0.08
HSL 337.33º 0.86% 0.49% -
HSV(B) 337.33º 0.93% 0.92% -
XYZ 36.38 18.79 13.51 -
YUV 91.23 132.39 229.83 -
System Red Green Blue C M Y K H S L
Decimal 234 17 99 0 0.93 0.58 0.08 337.33 0.86 0.49
Hex EA 11 63 0 5D 3A 8 151 56 31
Octal 352 21 143 0 135 72 10 521 126 61
Binary 11101010 10001 1100011 0 1011101 111010 1000 101010001 1010110 110001

Color Harmonies of #EA1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1163

Black with #EA1163

Text Example


Text Example

White with #EA1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1163; }

 p { color: rgb(234,17,99); }

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

background-color css

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

 a { background-color: rgb(234,17,99); }

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

border-color css

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

 span { border-color: rgb(234,17,99); }

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