Html Css Color HEX #EB187B Ruby

📋 copy color: '#EB187B'

red 235 ◦ green 24 ◦ blue 123

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

Shades of Ruby #EB187B

Tints of Ruby #EB187B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.28%

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

R = 61.52%
G = 6.28%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB187B (or 0xEB187B) is known color: Ruby. HEX triplet: EB, 18 and 7B. RGB value is (235,24,123). Sum of RGB (Red+Green+Blue) = 235+24+123=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB187B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB187B is #14E784. Grayscale: #626262. Windows color (decimal): -1369989 or 8067307. OLE color: 8067307.

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

Color convert

RGB 235 24 123 -
CMYK 0 0.90 0.48 0.08
HSL 331.85º 0.84% 0.51% -
HSV(B) 331.85º 0.9% 0.92% -
XYZ 38.16 19.75 20.54 -
YUV 98.38 141.9 225.45 -
System Red Green Blue C M Y K H S L
Decimal 235 24 123 0 0.90 0.48 0.08 331.85 0.84 0.51
Hex EB 18 7B 0 5A 30 8 14C 54 33
Octal 353 30 173 0 132 60 10 514 124 63
Binary 11101011 11000 1111011 0 1011010 110000 1000 101001100 1010100 110011

Color Harmonies of #EB187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB187B

Black with #EB187B

Text Example


Text Example

White with #EB187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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