Html Css Color HEX #E92164 Ruby

📋 copy color: '#E92164'

red 233 ◦ green 33 ◦ blue 100

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

Shades of Ruby #E92164

Tints of Ruby #E92164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 63.66%
G = 9.02%
B = 27.32%

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

#E92164 (or 0xE92164) is known color: Ruby. HEX triplet: E9, 21 and 64. RGB value is (233,33,100). Sum of RGB (Red+Green+Blue) = 233+33+100=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E92164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92164 is #16DE9B. Grayscale: #646464. Windows color (decimal): -1498780 or 6562281. OLE color: 6562281.

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

Color convert

RGB 233 33 100 -
CMYK 0 0.86 0.57 0.09
HSL 339.9º 0.82% 0.52% -
HSV(B) 339.9º 0.86% 0.91% -
XYZ 36.45 19.33 13.87 -
YUV 100.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 233 33 100 0 0.86 0.57 0.09 339.9 0.82 0.52
Hex E9 21 64 0 56 39 9 154 52 34
Octal 351 41 144 0 126 71 11 524 122 64
Binary 11101001 100001 1100100 0 1010110 111001 1001 101010100 1010010 110100

Color Harmonies of #E92164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92164

Black with #E92164

Text Example


Text Example

White with #E92164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92164; }

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

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

background-color css

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

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

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

border-color css

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

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

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