Html Css Color HEX #EA1375 Ruby

📋 copy color: '#EA1375'

red 234 ◦ green 19 ◦ blue 117

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

Shades of Ruby #EA1375

Tints of Ruby #EA1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.14%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 63.24%
G = 5.14%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA1375 (or 0xEA1375) is known color: Ruby. HEX triplet: EA, 13 and 75. RGB value is (234,19,117). Sum of RGB (Red+Green+Blue) = 234+19+117=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1375 is #15EC8A. Grayscale: #5E5E5E. Windows color (decimal): -1436811 or 7672810. OLE color: 7672810.

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

Color convert

RGB 234 19 117 -
CMYK 0 0.92 0.5 0.08
HSL 332.65º 0.85% 0.5% -
HSV(B) 332.65º 0.92% 0.92% -
XYZ 37.38 19.24 18.57 -
YUV 94.46 140.73 227.53 -
System Red Green Blue C M Y K H S L
Decimal 234 19 117 0 0.92 0.5 0.08 332.65 0.85 0.5
Hex EA 13 75 0 5C 32 8 14D 55 32
Octal 352 23 165 0 134 62 10 515 125 62
Binary 11101010 10011 1110101 0 1011100 110010 1000 101001101 1010101 110010

Color Harmonies of #EA1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1375

Black with #EA1375

Text Example


Text Example

White with #EA1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1375; }

 p { color: rgb(234,19,117); }

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

background-color css

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

 a { background-color: rgb(234,19,117); }

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

border-color css

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

 span { border-color: rgb(234,19,117); }

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