Html Css Color HEX #E92165 Ruby

📋 copy color: '#E92165'

red 233 ◦ green 33 ◦ blue 101

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

Shades of Ruby #E92165

Tints of Ruby #E92165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 63.49%
G = 8.99%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E92165 (or 0xE92165) is known color: Ruby. HEX triplet: E9, 21 and 65. RGB value is (233,33,101). Sum of RGB (Red+Green+Blue) = 233+33+101=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E92165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92165 is #16DE9A. Grayscale: #646464. Windows color (decimal): -1498779 or 6627817. OLE color: 6627817.

HSL color Cylindrical-coordinate representation of color #E92165: hue angle of 339.6º 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 #E92165 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 101 -
CMYK 0 0.86 0.57 0.09
HSL 339.6º 0.82% 0.52% -
HSV(B) 339.6º 0.86% 0.91% -
XYZ 36.5 19.35 14.12 -
YUV 100.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 233 33 101 0 0.86 0.57 0.09 339.6 0.82 0.52
Hex E9 21 65 0 56 39 9 154 52 34
Octal 351 41 145 0 126 71 11 524 122 64
Binary 11101001 100001 1100101 0 1010110 111001 1001 101010100 1010010 110100

Color Harmonies of #E92165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92165

Black with #E92165

Text Example


Text Example

White with #E92165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92165; }

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

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

background-color css

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

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

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

border-color css

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

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

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