Html Css Color HEX #EB1F77 Ruby

📋 copy color: '#EB1F77'

red 235 ◦ green 31 ◦ blue 119

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

Shades of Ruby #EB1F77

Tints of Ruby #EB1F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 61.04%
G = 8.05%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB1F77 (or 0xEB1F77) is known color: Ruby. HEX triplet: EB, 1F and 77. RGB value is (235,31,119). Sum of RGB (Red+Green+Blue) = 235+31+119=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1F77 is #14E088. Grayscale: #656565. Windows color (decimal): -1368201 or 7806955. OLE color: 7806955.

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

Color convert

RGB 235 31 119 -
CMYK 0 0.87 0.49 0.08
HSL 334.12º 0.84% 0.52% -
HSV(B) 334.12º 0.87% 0.92% -
XYZ 38.08 19.97 19.3 -
YUV 102.03 137.59 222.84 -
System Red Green Blue C M Y K H S L
Decimal 235 31 119 0 0.87 0.49 0.08 334.12 0.84 0.52
Hex EB 1F 77 0 57 31 8 14E 54 34
Octal 353 37 167 0 127 61 10 516 124 64
Binary 11101011 11111 1110111 0 1010111 110001 1000 101001110 1010100 110100

Color Harmonies of #EB1F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1F77

Black with #EB1F77

Text Example


Text Example

White with #EB1F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1F77; }

 p { color: rgb(235,31,119); }

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

background-color css

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

 a { background-color: rgb(235,31,119); }

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

border-color css

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

 span { border-color: rgb(235,31,119); }

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