Html Css Color HEX #E91864 Ruby

📋 copy color: '#E91864'

red 233 ◦ green 24 ◦ blue 100

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

Shades of Ruby #E91864

Tints of Ruby #E91864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.72%

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

R = 65.27%
G = 6.72%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E91864 (or 0xE91864) is known color: Ruby. HEX triplet: E9, 18 and 64. RGB value is (233,24,100). Sum of RGB (Red+Green+Blue) = 233+24+100=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E91864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91864 is #16E79B. Grayscale: #5F5F5F. Windows color (decimal): -1501084 or 6559977. OLE color: 6559977.

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

Color convert

RGB 233 24 100 -
CMYK 0 0.90 0.57 0.09
HSL 338.18º 0.83% 0.5% -
HSV(B) 338.18º 0.9% 0.91% -
XYZ 36.23 18.9 13.79 -
YUV 95.16 130.74 226.32 -
System Red Green Blue C M Y K H S L
Decimal 233 24 100 0 0.90 0.57 0.09 338.18 0.83 0.5
Hex E9 18 64 0 5A 39 9 152 53 32
Octal 351 30 144 0 132 71 11 522 123 62
Binary 11101001 11000 1100100 0 1011010 111001 1001 101010010 1010011 110010

Color Harmonies of #E91864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91864

Black with #E91864

Text Example


Text Example

White with #E91864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91864; }

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

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

background-color css

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

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

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

border-color css

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

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

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