Html Css Color HEX #EA195F Ruby

📋 copy color: '#EA195F'

red 234 ◦ green 25 ◦ blue 95

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

Shades of Ruby #EA195F

Tints of Ruby #EA195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 66.1%
G = 7.06%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA195F (or 0xEA195F) is known color: Ruby. HEX triplet: EA, 19 and 5F. RGB value is (234,25,95). Sum of RGB (Red+Green+Blue) = 234+25+95=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA195F is #15E6A0. Grayscale: #5F5F5F. Windows color (decimal): -1435297 or 6232554. OLE color: 6232554.

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

Color convert

RGB 234 25 95 -
CMYK 0 0.89 0.59 0.08
HSL 339.9º 0.83% 0.51% -
HSV(B) 339.9º 0.89% 0.92% -
XYZ 36.34 19.01 12.58 -
YUV 95.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 234 25 95 0 0.89 0.59 0.08 339.9 0.83 0.51
Hex EA 19 5F 0 59 3B 8 154 53 33
Octal 352 31 137 0 131 73 10 524 123 63
Binary 11101010 11001 1011111 0 1011001 111011 1000 101010100 1010011 110011

Color Harmonies of #EA195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA195F

Black with #EA195F

Text Example


Text Example

White with #EA195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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