Html Css Color HEX #EA195D Ruby

📋 copy color: '#EA195D'

red 234 ◦ green 25 ◦ blue 93

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

Shades of Ruby #EA195D

Tints of Ruby #EA195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 66.48%
G = 7.1%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA195D (or 0xEA195D) is known color: Ruby. HEX triplet: EA, 19 and 5D. RGB value is (234,25,93). Sum of RGB (Red+Green+Blue) = 234+25+93=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA195D is #15E6A2. Grayscale: #5F5F5F. Windows color (decimal): -1435299 or 6101482. OLE color: 6101482.

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

Color convert

RGB 234 25 93 -
CMYK 0 0.89 0.60 0.08
HSL 340.48º 0.83% 0.51% -
HSV(B) 340.48º 0.89% 0.92% -
XYZ 36.26 18.98 12.11 -
YUV 95.24 126.74 226.97 -
System Red Green Blue C M Y K H S L
Decimal 234 25 93 0 0.89 0.60 0.08 340.48 0.83 0.51
Hex EA 19 5D 0 59 3C 8 154 53 33
Octal 352 31 135 0 131 74 10 524 123 63
Binary 11101010 11001 1011101 0 1011001 111100 1000 101010100 1010011 110011

Color Harmonies of #EA195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA195D

Black with #EA195D

Text Example


Text Example

White with #EA195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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