Html Css Color HEX #E92160 Ruby

📋 copy color: '#E92160'

red 233 ◦ green 33 ◦ blue 96

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

Shades of Ruby #E92160

Tints of Ruby #E92160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

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

R = 64.36%
G = 9.12%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E92160 (or 0xE92160) is known color: Ruby. HEX triplet: E9, 21 and 60. RGB value is (233,33,96). Sum of RGB (Red+Green+Blue) = 233+33+96=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E92160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92160 is #16DE9F. Grayscale: #636363. Windows color (decimal): -1498784 or 6300137. OLE color: 6300137.

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

Color convert

RGB 233 33 96 -
CMYK 0 0.86 0.59 0.09
HSL 341.1º 0.82% 0.52% -
HSV(B) 341.1º 0.86% 0.91% -
XYZ 36.26 19.26 12.87 -
YUV 99.98 125.76 222.88 -
System Red Green Blue C M Y K H S L
Decimal 233 33 96 0 0.86 0.59 0.09 341.1 0.82 0.52
Hex E9 21 60 0 56 3B 9 155 52 34
Octal 351 41 140 0 126 73 11 525 122 64
Binary 11101001 100001 1100000 0 1010110 111011 1001 101010101 1010010 110100

Color Harmonies of #E92160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92160

Black with #E92160

Text Example


Text Example

White with #E92160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92160; }

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

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

background-color css

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

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

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

border-color css

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

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

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