Html Css Color HEX #E92066 Ruby

📋 copy color: '#E92066'

red 233 ◦ green 32 ◦ blue 102

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

Shades of Ruby #E92066

Tints of Ruby #E92066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 63.49%
G = 8.72%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E92066 (or 0xE92066) is known color: Ruby. HEX triplet: E9, 20 and 66. RGB value is (233,32,102). Sum of RGB (Red+Green+Blue) = 233+32+102=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E92066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92066 is #16DF99. Grayscale: #636363. Windows color (decimal): -1499034 or 6693097. OLE color: 6693097.

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

Color convert

RGB 233 32 102 -
CMYK 0 0.86 0.56 0.09
HSL 339.1º 0.82% 0.52% -
HSV(B) 339.1º 0.86% 0.91% -
XYZ 36.52 19.32 14.37 -
YUV 100.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 233 32 102 0 0.86 0.56 0.09 339.1 0.82 0.52
Hex E9 20 66 0 56 38 9 153 52 34
Octal 351 40 146 0 126 70 11 523 122 64
Binary 11101001 100000 1100110 0 1010110 111000 1001 101010011 1010010 110100

Color Harmonies of #E92066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92066

Black with #E92066

Text Example


Text Example

White with #E92066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92066; }

 p { color: rgb(233,32,102); }

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

background-color css

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

 a { background-color: rgb(233,32,102); }

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

border-color css

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

 span { border-color: rgb(233,32,102); }

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