Html Css Color HEX #EB1665 Ruby

📋 copy color: '#EB1665'

red 235 ◦ green 22 ◦ blue 101

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

Shades of Ruby #EB1665

Tints of Ruby #EB1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.15%

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 65.64%
G = 6.15%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB1665 (or 0xEB1665) is known color: Ruby. HEX triplet: EB, 16 and 65. RGB value is (235,22,101). Sum of RGB (Red+Green+Blue) = 235+22+101=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1665 is #14E99A. Grayscale: #5E5E5E. Windows color (decimal): -1370523 or 6625003. OLE color: 6625003.

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

Color convert

RGB 235 22 101 -
CMYK 0 0.91 0.57 0.08
HSL 337.75º 0.84% 0.5% -
HSV(B) 337.75º 0.91% 0.92% -
XYZ 36.9 19.18 14.07 -
YUV 94.69 131.57 228.08 -
System Red Green Blue C M Y K H S L
Decimal 235 22 101 0 0.91 0.57 0.08 337.75 0.84 0.5
Hex EB 16 65 0 5B 39 8 152 54 32
Octal 353 26 145 0 133 71 10 522 124 62
Binary 11101011 10110 1100101 0 1011011 111001 1000 101010010 1010100 110010

Color Harmonies of #EB1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1665

Black with #EB1665

Text Example


Text Example

White with #EB1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1665; }

 p { color: rgb(235,22,101); }

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

background-color css

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

 a { background-color: rgb(235,22,101); }

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

border-color css

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

 span { border-color: rgb(235,22,101); }

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