Html Css Color HEX #EA175D Ruby

📋 copy color: '#EA175D'

red 234 ◦ green 23 ◦ blue 93

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

Shades of Ruby #EA175D

Tints of Ruby #EA175D

RGB

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

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

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

R = 66.86%
G = 6.57%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA175D (or 0xEA175D) is known color: Ruby. HEX triplet: EA, 17 and 5D. RGB value is (234,23,93). Sum of RGB (Red+Green+Blue) = 234+23+93=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA175D is #15E8A2. Grayscale: #5E5E5E. Windows color (decimal): -1435811 or 6100970. OLE color: 6100970.

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

Color convert

RGB 234 23 93 -
CMYK 0 0.90 0.60 0.08
HSL 340.09º 0.83% 0.5% -
HSV(B) 340.09º 0.9% 0.92% -
XYZ 36.21 18.9 12.09 -
YUV 94.07 127.4 227.81 -
System Red Green Blue C M Y K H S L
Decimal 234 23 93 0 0.90 0.60 0.08 340.09 0.83 0.5
Hex EA 17 5D 0 5A 3C 8 154 53 32
Octal 352 27 135 0 132 74 10 524 123 62
Binary 11101010 10111 1011101 0 1011010 111100 1000 101010100 1010011 110010

Color Harmonies of #EA175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA175D

Black with #EA175D

Text Example


Text Example

White with #EA175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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