Html Css Color HEX #E91466 Ruby

📋 copy color: '#E91466'

red 233 ◦ green 20 ◦ blue 102

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

Shades of Ruby #E91466

Tints of Ruby #E91466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 65.63%
G = 5.63%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E91466 (or 0xE91466) is known color: Ruby. HEX triplet: E9, 14 and 66. RGB value is (233,20,102). Sum of RGB (Red+Green+Blue) = 233+20+102=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E91466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91466 is #16EB99. Grayscale: #5C5C5C. Windows color (decimal): -1502106 or 6690025. OLE color: 6690025.

HSL color Cylindrical-coordinate representation of color #E91466: hue angle of 336.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91466 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 102 -
CMYK 0 0.91 0.56 0.09
HSL 336.9º 0.84% 0.5% -
HSV(B) 336.9º 0.91% 0.91% -
XYZ 36.25 18.78 14.29 -
YUV 93.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 233 20 102 0 0.91 0.56 0.09 336.9 0.84 0.5
Hex E9 14 66 0 5B 38 9 151 54 32
Octal 351 24 146 0 133 70 11 521 124 62
Binary 11101001 10100 1100110 0 1011011 111000 1001 101010001 1010100 110010

Color Harmonies of #E91466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91466

Black with #E91466

Text Example


Text Example

White with #E91466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91466; }

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

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

background-color css

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

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

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

border-color css

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

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

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