Html Css Color HEX #E91564 Ruby

📋 copy color: '#E91564'

red 233 ◦ green 21 ◦ blue 100

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

Shades of Ruby #E91564

Tints of Ruby #E91564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

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

R = 65.82%
G = 5.93%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E91564 (or 0xE91564) is known color: Ruby. HEX triplet: E9, 15 and 64. RGB value is (233,21,100). Sum of RGB (Red+Green+Blue) = 233+21+100=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91564 is #16EA9B. Grayscale: #5D5D5D. Windows color (decimal): -1501852 or 6559209. OLE color: 6559209.

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

Color convert

RGB 233 21 100 -
CMYK 0 0.91 0.57 0.09
HSL 337.64º 0.83% 0.5% -
HSV(B) 337.64º 0.91% 0.91% -
XYZ 36.17 18.78 13.77 -
YUV 93.39 131.74 227.58 -
System Red Green Blue C M Y K H S L
Decimal 233 21 100 0 0.91 0.57 0.09 337.64 0.83 0.5
Hex E9 15 64 0 5B 39 9 152 53 32
Octal 351 25 144 0 133 71 11 522 123 62
Binary 11101001 10101 1100100 0 1011011 111001 1001 101010010 1010011 110010

Color Harmonies of #E91564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91564

Black with #E91564

Text Example


Text Example

White with #E91564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91564; }

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

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

background-color css

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

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

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

border-color css

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

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

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