Html Css Color HEX #EB1872 Ruby

📋 copy color: '#EB1872'

red 235 ◦ green 24 ◦ blue 114

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

Shades of Ruby #EB1872

Tints of Ruby #EB1872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 63%
G = 6.43%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB1872 (or 0xEB1872) is known color: Ruby. HEX triplet: EB, 18 and 72. RGB value is (235,24,114). Sum of RGB (Red+Green+Blue) = 235+24+114=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1872 is #14E78D. Grayscale: #616161. Windows color (decimal): -1369998 or 7477483. OLE color: 7477483.

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

Color convert

RGB 235 24 114 -
CMYK 0 0.90 0.51 0.08
HSL 334.41º 0.84% 0.51% -
HSV(B) 334.41º 0.9% 0.92% -
XYZ 37.62 19.53 17.71 -
YUV 97.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 235 24 114 0 0.90 0.51 0.08 334.41 0.84 0.51
Hex EB 18 72 0 5A 33 8 14E 54 33
Octal 353 30 162 0 132 63 10 516 124 63
Binary 11101011 11000 1110010 0 1011010 110011 1000 101001110 1010100 110011

Color Harmonies of #EB1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1872

Black with #EB1872

Text Example


Text Example

White with #EB1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1872; }

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

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

background-color css

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

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

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

border-color css

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

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

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