Html Css Color HEX #EB0974 Ruby

📋 copy color: '#EB0974'

red 235 ◦ green 9 ◦ blue 116

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

Shades of Ruby #EB0974

Tints of Ruby #EB0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.22%

R = 65.28%
G = 2.5%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB0974 (or 0xEB0974) is known color: Ruby. HEX triplet: EB, 09 and 74. RGB value is (235,9,116). Sum of RGB (Red+Green+Blue) = 235+9+116=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0974 is #14F68B. Grayscale: #585858. Windows color (decimal): -1373836 or 7604715. OLE color: 7604715.

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

Color convert

RGB 235 9 116 -
CMYK 0 0.96 0.51 0.08
HSL 331.59º 0.93% 0.48% -
HSV(B) 331.59º 0.96% 0.92% -
XYZ 37.51 19.12 18.24 -
YUV 88.77 143.37 232.3 -
System Red Green Blue C M Y K H S L
Decimal 235 9 116 0 0.96 0.51 0.08 331.59 0.93 0.48
Hex EB 9 74 0 60 33 8 14C 5D 30
Octal 353 11 164 0 140 63 10 514 135 60
Binary 11101011 1001 1110100 0 1100000 110011 1000 101001100 1011101 110000

Color Harmonies of #EB0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0974

Black with #EB0974

Text Example


Text Example

White with #EB0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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