Html Css Color HEX #E91960 Ruby

📋 copy color: '#E91960'

red 233 ◦ green 25 ◦ blue 96

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

Shades of Ruby #E91960

Tints of Ruby #E91960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

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

R = 65.82%
G = 7.06%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E91960 (or 0xE91960) is known color: Ruby. HEX triplet: E9, 19 and 60. RGB value is (233,25,96). Sum of RGB (Red+Green+Blue) = 233+25+96=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91960 is #16E69F. Grayscale: #5F5F5F. Windows color (decimal): -1500832 or 6298089. OLE color: 6298089.

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

Color convert

RGB 233 25 96 -
CMYK 0 0.89 0.59 0.09
HSL 339.52º 0.83% 0.51% -
HSV(B) 339.52º 0.89% 0.91% -
XYZ 36.06 18.86 12.81 -
YUV 95.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 233 25 96 0 0.89 0.59 0.09 339.52 0.83 0.51
Hex E9 19 60 0 59 3B 9 154 53 33
Octal 351 31 140 0 131 73 11 524 123 63
Binary 11101001 11001 1100000 0 1011001 111011 1001 101010100 1010011 110011

Color Harmonies of #E91960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91960

Black with #E91960

Text Example


Text Example

White with #E91960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91960; }

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

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

background-color css

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

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

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

border-color css

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

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

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