Html Css Color HEX #EB1866 Ruby

📋 copy color: '#EB1866'

red 235 ◦ green 24 ◦ blue 102

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

Shades of Ruby #EB1866

Tints of Ruby #EB1866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 65.1%
G = 6.65%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB1866 (or 0xEB1866) is known color: Ruby. HEX triplet: EB, 18 and 66. RGB value is (235,24,102). Sum of RGB (Red+Green+Blue) = 235+24+102=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1866 is #14E799. Grayscale: #5F5F5F. Windows color (decimal): -1370010 or 6691051. OLE color: 6691051.

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

Color convert

RGB 235 24 102 -
CMYK 0 0.90 0.57 0.08
HSL 337.82º 0.84% 0.51% -
HSV(B) 337.82º 0.9% 0.92% -
XYZ 36.99 19.27 14.34 -
YUV 95.98 131.4 227.16 -
System Red Green Blue C M Y K H S L
Decimal 235 24 102 0 0.90 0.57 0.08 337.82 0.84 0.51
Hex EB 18 66 0 5A 39 8 152 54 33
Octal 353 30 146 0 132 71 10 522 124 63
Binary 11101011 11000 1100110 0 1011010 111001 1000 101010010 1010100 110011

Color Harmonies of #EB1866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1866

Black with #EB1866

Text Example


Text Example

White with #EB1866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1866; }

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

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

background-color css

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

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

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

border-color css

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

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

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