Html Css Color HEX #EB2168 Ruby

📋 copy color: '#EB2168'

red 235 ◦ green 33 ◦ blue 104

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

Shades of Ruby #EB2168

Tints of Ruby #EB2168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 63.17%
G = 8.87%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB2168 (or 0xEB2168) is known color: Ruby. HEX triplet: EB, 21 and 68. RGB value is (235,33,104). Sum of RGB (Red+Green+Blue) = 235+33+104=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2168 is #14DE97. Grayscale: #656565. Windows color (decimal): -1367704 or 6824427. OLE color: 6824427.

HSL color Cylindrical-coordinate representation of color #EB2168: hue angle of 338.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2168 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 104 -
CMYK 0 0.86 0.56 0.08
HSL 338.91º 0.83% 0.53% -
HSV(B) 338.91º 0.86% 0.92% -
XYZ 37.3 19.75 14.94 -
YUV 101.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 235 33 104 0 0.86 0.56 0.08 338.91 0.83 0.53
Hex EB 21 68 0 56 38 8 153 53 35
Octal 353 41 150 0 126 70 10 523 123 65
Binary 11101011 100001 1101000 0 1010110 111000 1000 101010011 1010011 110101

Color Harmonies of #EB2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2168

Black with #EB2168

Text Example


Text Example

White with #EB2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2168; }

 p { color: rgb(235,33,104); }

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

background-color css

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

 a { background-color: rgb(235,33,104); }

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

border-color css

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

 span { border-color: rgb(235,33,104); }

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