Html Css Color HEX #E11B68 Ruby

📋 copy color: '#E11B68'

red 225 ◦ green 27 ◦ blue 104

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

Shades of Ruby #E11B68

Tints of Ruby #E11B68

RGB

 RED value IS 225 (88.28% from 255) = 63.2%

 GREEN value IS 27 (10.94% from 255) = 7.58%

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

R = 63.2%
G = 7.58%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E11B68 (or 0xE11B68) is known color: Ruby. HEX triplet: E1, 1B and 68. RGB value is (225,27,104). Sum of RGB (Red+Green+Blue) = 225+27+104=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B68 is #1EE497. Grayscale: #5E5E5E. Windows color (decimal): -2024600 or 6822881. OLE color: 6822881.

HSL color Cylindrical-coordinate representation of color #E11B68: hue angle of 336.67º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11B68 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 27 104 -
CMYK 0 0.88 0.54 0.12
HSL 336.67º 0.79% 0.49% -
HSV(B) 336.67º 0.88% 0.88% -
XYZ 33.94 17.79 14.74 -
YUV 94.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 225 27 104 0 0.88 0.54 0.12 336.67 0.79 0.49
Hex E1 1B 68 0 58 36 C 151 4F 31
Octal 341 33 150 0 130 66 14 521 117 61
Binary 11100001 11011 1101000 0 1011000 110110 1100 101010001 1001111 110001

Color Harmonies of #E11B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11B68

Black with #E11B68

Text Example


Text Example

White with #E11B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11B68; }

 p { color: rgb(225,27,104); }

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

background-color css

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

 a { background-color: rgb(225,27,104); }

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

border-color css

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

 span { border-color: rgb(225,27,104); }

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