Html Css Color HEX #E91560 Ruby

📋 copy color: '#E91560'

red 233 ◦ green 21 ◦ blue 96

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

Shades of Ruby #E91560

Tints of Ruby #E91560

RGB

 RED value IS 233 (91.41% from 255) = 66.57%

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 66.57%
G = 6%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E91560 (or 0xE91560) is known color: Ruby. HEX triplet: E9, 15 and 60. RGB value is (233,21,96). Sum of RGB (Red+Green+Blue) = 233+21+96=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E91560 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91560 is #16EA9F. Grayscale: #5C5C5C. Windows color (decimal): -1501856 or 6297065. OLE color: 6297065.

HSL color Cylindrical-coordinate representation of color #E91560: hue angle of 338.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91560 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 21 96 -
CMYK 0 0.91 0.59 0.09
HSL 338.77º 0.83% 0.5% -
HSV(B) 338.77º 0.91% 0.91% -
XYZ 35.98 18.7 12.78 -
YUV 92.94 129.74 227.9 -
System Red Green Blue C M Y K H S L
Decimal 233 21 96 0 0.91 0.59 0.09 338.77 0.83 0.5
Hex E9 15 60 0 5B 3B 9 153 53 32
Octal 351 25 140 0 133 73 11 523 123 62
Binary 11101001 10101 1100000 0 1011011 111011 1001 101010011 1010011 110010

Color Harmonies of #E91560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91560

Black with #E91560

Text Example


Text Example

White with #E91560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91560; }

 p { color: rgb(233,21,96); }

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

background-color css

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

 a { background-color: rgb(233,21,96); }

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

border-color css

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

 span { border-color: rgb(233,21,96); }

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