Html Css Color HEX #EA0875 Ruby

📋 copy color: '#EA0875'

red 234 ◦ green 8 ◦ blue 117

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

Shades of Ruby #EA0875

Tints of Ruby #EA0875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 65.18%
G = 2.23%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA0875 (or 0xEA0875) is known color: Ruby. HEX triplet: EA, 08 and 75. RGB value is (234,8,117). Sum of RGB (Red+Green+Blue) = 234+8+117=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0875 is #15F78A. Grayscale: #575757. Windows color (decimal): -1439627 or 7669994. OLE color: 7669994.

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

Color convert

RGB 234 8 117 -
CMYK 0 0.97 0.5 0.08
HSL 331.06º 0.93% 0.47% -
HSV(B) 331.06º 0.97% 0.92% -
XYZ 37.23 18.95 18.53 -
YUV 88 144.37 232.14 -
System Red Green Blue C M Y K H S L
Decimal 234 8 117 0 0.97 0.5 0.08 331.06 0.93 0.47
Hex EA 8 75 0 61 32 8 14B 5D 2F
Octal 352 10 165 0 141 62 10 513 135 57
Binary 11101010 1000 1110101 0 1100001 110010 1000 101001011 1011101 101111

Color Harmonies of #EA0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0875

Black with #EA0875

Text Example


Text Example

White with #EA0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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