Html Css Color HEX #EA0B73 Ruby

📋 copy color: '#EA0B73'

red 234 ◦ green 11 ◦ blue 115

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

Shades of Ruby #EA0B73

Tints of Ruby #EA0B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 65%
G = 3.06%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA0B73 (or 0xEA0B73) is known color: Ruby. HEX triplet: EA, 0B and 73. RGB value is (234,11,115). Sum of RGB (Red+Green+Blue) = 234+11+115=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B73 is #15F48C. Grayscale: #595959. Windows color (decimal): -1438861 or 7539690. OLE color: 7539690.

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

Color convert

RGB 234 11 115 -
CMYK 0 0.95 0.51 0.08
HSL 332.02º 0.91% 0.48% -
HSV(B) 332.02º 0.95% 0.92% -
XYZ 37.15 18.97 17.92 -
YUV 89.53 142.38 231.04 -
System Red Green Blue C M Y K H S L
Decimal 234 11 115 0 0.95 0.51 0.08 332.02 0.91 0.48
Hex EA B 73 0 5F 33 8 14C 5B 30
Octal 352 13 163 0 137 63 10 514 133 60
Binary 11101010 1011 1110011 0 1011111 110011 1000 101001100 1011011 110000

Color Harmonies of #EA0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0B73

Black with #EA0B73

Text Example


Text Example

White with #EA0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0B73; }

 p { color: rgb(234,11,115); }

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

background-color css

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

 a { background-color: rgb(234,11,115); }

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

border-color css

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

 span { border-color: rgb(234,11,115); }

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