Html Css Color HEX #E91468 Ruby

📋 copy color: '#E91468'

red 233 ◦ green 20 ◦ blue 104

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

Shades of Ruby #E91468

Tints of Ruby #E91468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 65.27%
G = 5.6%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E91468 (or 0xE91468) is known color: Ruby. HEX triplet: E9, 14 and 68. RGB value is (233,20,104). Sum of RGB (Red+Green+Blue) = 233+20+104=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E91468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91468 is #16EB97. Grayscale: #5D5D5D. Windows color (decimal): -1502104 or 6821097. OLE color: 6821097.

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

Color convert

RGB 233 20 104 -
CMYK 0 0.91 0.55 0.09
HSL 336.34º 0.84% 0.5% -
HSV(B) 336.34º 0.91% 0.91% -
XYZ 36.35 18.82 14.81 -
YUV 93.26 134.07 227.67 -
System Red Green Blue C M Y K H S L
Decimal 233 20 104 0 0.91 0.55 0.09 336.34 0.84 0.5
Hex E9 14 68 0 5B 37 9 150 54 32
Octal 351 24 150 0 133 67 11 520 124 62
Binary 11101001 10100 1101000 0 1011011 110111 1001 101010000 1010100 110010

Color Harmonies of #E91468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91468

Black with #E91468

Text Example


Text Example

White with #E91468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91468; }

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

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

background-color css

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

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

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

border-color css

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

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

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