Html Css Color HEX #EB197B Ruby

📋 copy color: '#EB197B'

red 235 ◦ green 25 ◦ blue 123

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

Shades of Ruby #EB197B

Tints of Ruby #EB197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 61.36%
G = 6.53%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB197B (or 0xEB197B) is known color: Ruby. HEX triplet: EB, 19 and 7B. RGB value is (235,25,123). Sum of RGB (Red+Green+Blue) = 235+25+123=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB197B is #14E684. Grayscale: #626262. Windows color (decimal): -1369733 or 8067563. OLE color: 8067563.

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

Color convert

RGB 235 25 123 -
CMYK 0 0.89 0.48 0.08
HSL 332º 0.84% 0.51% -
HSV(B) 332º 0.89% 0.92% -
XYZ 38.18 19.79 20.55 -
YUV 98.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 235 25 123 0 0.89 0.48 0.08 332 0.84 0.51
Hex EB 19 7B 0 59 30 8 14C 54 33
Octal 353 31 173 0 131 60 10 514 124 63
Binary 11101011 11001 1111011 0 1011001 110000 1000 101001100 1010100 110011

Color Harmonies of #EB197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB197B

Black with #EB197B

Text Example


Text Example

White with #EB197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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