Html Css Color HEX #EB097A Ruby

📋 copy color: '#EB097A'

red 235 ◦ green 9 ◦ blue 122

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

Shades of Ruby #EB097A

Tints of Ruby #EB097A

RGB

 RED value IS 235 (92.19% from 255) = 64.21%

 GREEN value IS 9 (3.91% from 255) = 2.46%

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 64.21%
G = 2.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB097A (or 0xEB097A) is known color: Ruby. HEX triplet: EB, 09 and 7A. RGB value is (235,9,122). Sum of RGB (Red+Green+Blue) = 235+9+122=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB097A is #14F685. Grayscale: #595959. Windows color (decimal): -1373830 or 7997931. OLE color: 7997931.

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

Color convert

RGB 235 9 122 -
CMYK 0 0.96 0.48 0.08
HSL 330º 0.93% 0.48% -
HSV(B) 330º 0.96% 0.92% -
XYZ 37.87 19.26 20.13 -
YUV 89.46 146.37 231.81 -
System Red Green Blue C M Y K H S L
Decimal 235 9 122 0 0.96 0.48 0.08 330 0.93 0.48
Hex EB 9 7A 0 60 30 8 14A 5D 30
Octal 353 11 172 0 140 60 10 512 135 60
Binary 11101011 1001 1111010 0 1100000 110000 1000 101001010 1011101 110000

Color Harmonies of #EB097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB097A

Black with #EB097A

Text Example


Text Example

White with #EB097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB097A; }

 p { color: rgb(235,9,122); }

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

background-color css

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

 a { background-color: rgb(235,9,122); }

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

border-color css

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

 span { border-color: rgb(235,9,122); }

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