Html Css Color HEX #EB195E Ruby

📋 copy color: '#EB195E'

red 235 ◦ green 25 ◦ blue 94

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

Shades of Ruby #EB195E

Tints of Ruby #EB195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 66.38%
G = 7.06%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB195E (or 0xEB195E) is known color: Ruby. HEX triplet: EB, 19 and 5E. RGB value is (235,25,94). Sum of RGB (Red+Green+Blue) = 235+25+94=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB195E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB195E is #14E6A1. Grayscale: #5F5F5F. Windows color (decimal): -1369762 or 6167019. OLE color: 6167019.

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

Color convert

RGB 235 25 94 -
CMYK 0 0.89 0.6 0.08
HSL 340.29º 0.84% 0.51% -
HSV(B) 340.29º 0.89% 0.92% -
XYZ 36.63 19.17 12.36 -
YUV 95.66 127.07 227.39 -
System Red Green Blue C M Y K H S L
Decimal 235 25 94 0 0.89 0.6 0.08 340.29 0.84 0.51
Hex EB 19 5E 0 59 3C 8 154 54 33
Octal 353 31 136 0 131 74 10 524 124 63
Binary 11101011 11001 1011110 0 1011001 111100 1000 101010100 1010100 110011

Color Harmonies of #EB195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB195E

Black with #EB195E

Text Example


Text Example

White with #EB195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB195E; }

 p { color: rgb(235,25,94); }

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

background-color css

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

 a { background-color: rgb(235,25,94); }

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

border-color css

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

 span { border-color: rgb(235,25,94); }

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