Html Css Color HEX #EA176C Ruby

📋 copy color: '#EA176C'

red 234 ◦ green 23 ◦ blue 108

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

Shades of Ruby #EA176C

Tints of Ruby #EA176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 64.11%
G = 6.3%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA176C (or 0xEA176C) is known color: Ruby. HEX triplet: EA, 17 and 6C. RGB value is (234,23,108). Sum of RGB (Red+Green+Blue) = 234+23+108=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA176C is #15E893. Grayscale: #5F5F5F. Windows color (decimal): -1435796 or 7084010. OLE color: 7084010.

HSL color Cylindrical-coordinate representation of color #EA176C: hue angle of 335.83º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA176C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 108 -
CMYK 0 0.90 0.54 0.08
HSL 335.83º 0.83% 0.5% -
HSV(B) 335.83º 0.9% 0.92% -
XYZ 36.94 19.19 15.94 -
YUV 95.78 134.9 226.59 -
System Red Green Blue C M Y K H S L
Decimal 234 23 108 0 0.90 0.54 0.08 335.83 0.83 0.5
Hex EA 17 6C 0 5A 36 8 150 53 32
Octal 352 27 154 0 132 66 10 520 123 62
Binary 11101010 10111 1101100 0 1011010 110110 1000 101010000 1010011 110010

Color Harmonies of #EA176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA176C

Black with #EA176C

Text Example


Text Example

White with #EA176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA176C; }

 p { color: rgb(234,23,108); }

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

background-color css

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

 a { background-color: rgb(234,23,108); }

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

border-color css

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

 span { border-color: rgb(234,23,108); }

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