Html Css Color HEX #EB1869 Ruby

📋 copy color: '#EB1869'

red 235 ◦ green 24 ◦ blue 105

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

Shades of Ruby #EB1869

Tints of Ruby #EB1869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 64.56%
G = 6.59%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB1869 (or 0xEB1869) is known color: Ruby. HEX triplet: EB, 18 and 69. RGB value is (235,24,105). Sum of RGB (Red+Green+Blue) = 235+24+105=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1869 is #14E796. Grayscale: #606060. Windows color (decimal): -1370007 or 6887659. OLE color: 6887659.

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

Color convert

RGB 235 24 105 -
CMYK 0 0.90 0.55 0.08
HSL 336.97º 0.84% 0.51% -
HSV(B) 336.97º 0.9% 0.92% -
XYZ 37.14 19.34 15.14 -
YUV 96.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 235 24 105 0 0.90 0.55 0.08 336.97 0.84 0.51
Hex EB 18 69 0 5A 37 8 151 54 33
Octal 353 30 151 0 132 67 10 521 124 63
Binary 11101011 11000 1101001 0 1011010 110111 1000 101010001 1010100 110011

Color Harmonies of #EB1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1869

Black with #EB1869

Text Example


Text Example

White with #EB1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1869; }

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

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

background-color css

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

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

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

border-color css

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

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

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