Html Css Color HEX #EA195C Ruby

📋 copy color: '#EA195C'

red 234 ◦ green 25 ◦ blue 92

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

Shades of Ruby #EA195C

Tints of Ruby #EA195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 66.67%
G = 7.12%
B = 26.21%

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

#EA195C (or 0xEA195C) is known color: Ruby. HEX triplet: EA, 19 and 5C. RGB value is (234,25,92). Sum of RGB (Red+Green+Blue) = 234+25+92=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA195C is #15E6A3. Grayscale: #5F5F5F. Windows color (decimal): -1435300 or 6035946. OLE color: 6035946.

HSL color Cylindrical-coordinate representation of color #EA195C: hue angle of 340.77º 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 #EA195C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 92 -
CMYK 0 0.89 0.61 0.08
HSL 340.77º 0.83% 0.51% -
HSV(B) 340.77º 0.89% 0.92% -
XYZ 36.21 18.96 11.88 -
YUV 95.13 126.24 227.05 -
System Red Green Blue C M Y K H S L
Decimal 234 25 92 0 0.89 0.61 0.08 340.77 0.83 0.51
Hex EA 19 5C 0 59 3D 8 155 53 33
Octal 352 31 134 0 131 75 10 525 123 63
Binary 11101010 11001 1011100 0 1011001 111101 1000 101010101 1010011 110011

Color Harmonies of #EA195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA195C

Black with #EA195C

Text Example


Text Example

White with #EA195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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