Html Css Color HEX #EA195B Ruby

📋 copy color: '#EA195B'

red 234 ◦ green 25 ◦ blue 91

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

Shades of Ruby #EA195B

Tints of Ruby #EA195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 66.86%
G = 7.14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA195B (or 0xEA195B) is known color: Ruby. HEX triplet: EA, 19 and 5B. RGB value is (234,25,91). Sum of RGB (Red+Green+Blue) = 234+25+91=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA195B is #15E6A4. Grayscale: #5E5E5E. Windows color (decimal): -1435301 or 5970410. OLE color: 5970410.

HSL color Cylindrical-coordinate representation of color #EA195B: hue angle of 341.05º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA195B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 91 -
CMYK 0 0.89 0.61 0.08
HSL 341.05º 0.83% 0.51% -
HSV(B) 341.05º 0.89% 0.92% -
XYZ 36.17 18.94 11.65 -
YUV 95.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 234 25 91 0 0.89 0.61 0.08 341.05 0.83 0.51
Hex EA 19 5B 0 59 3D 8 155 53 33
Octal 352 31 133 0 131 75 10 525 123 63
Binary 11101010 11001 1011011 0 1011001 111101 1000 101010101 1010011 110011

Color Harmonies of #EA195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA195B

Black with #EA195B

Text Example


Text Example

White with #EA195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA195B; }

 p { color: rgb(234,25,91); }

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

background-color css

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

 a { background-color: rgb(234,25,91); }

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

border-color css

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

 span { border-color: rgb(234,25,91); }

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