Html Css Color HEX #E91D60 Ruby

📋 copy color: '#E91D60'

red 233 ◦ green 29 ◦ blue 96

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

Shades of Ruby #E91D60

Tints of Ruby #E91D60

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.1%

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

R = 65.08%
G = 8.1%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E91D60 (or 0xE91D60) is known color: Ruby. HEX triplet: E9, 1D and 60. RGB value is (233,29,96). Sum of RGB (Red+Green+Blue) = 233+29+96=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D60 is #16E29F. Grayscale: #616161. Windows color (decimal): -1499808 or 6299113. OLE color: 6299113.

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

Color convert

RGB 233 29 96 -
CMYK 0 0.88 0.59 0.09
HSL 340.29º 0.82% 0.51% -
HSV(B) 340.29º 0.88% 0.91% -
XYZ 36.15 19.05 12.84 -
YUV 97.63 127.09 224.55 -
System Red Green Blue C M Y K H S L
Decimal 233 29 96 0 0.88 0.59 0.09 340.29 0.82 0.51
Hex E9 1D 60 0 58 3B 9 154 52 33
Octal 351 35 140 0 130 73 11 524 122 63
Binary 11101001 11101 1100000 0 1011000 111011 1001 101010100 1010010 110011

Color Harmonies of #E91D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91D60

Black with #E91D60

Text Example


Text Example

White with #E91D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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