Html Css Color HEX #E91E5E Ruby

📋 copy color: '#E91E5E'

red 233 ◦ green 30 ◦ blue 94

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

Shades of Ruby #E91E5E

Tints of Ruby #E91E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 65.27%
G = 8.4%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E91E5E (or 0xE91E5E) is known color: Ruby. HEX triplet: E9, 1E and 5E. RGB value is (233,30,94). Sum of RGB (Red+Green+Blue) = 233+30+94=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E91E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91E5E is #16E1A1. Grayscale: #616161. Windows color (decimal): -1499554 or 6168297. OLE color: 6168297.

HSL color Cylindrical-coordinate representation of color #E91E5E: hue angle of 341.08º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91E5E is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 30 94 -
CMYK 0 0.87 0.60 0.09
HSL 341.08º 0.82% 0.52% -
HSV(B) 341.08º 0.87% 0.91% -
XYZ 36.09 19.06 12.37 -
YUV 97.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 233 30 94 0 0.87 0.60 0.09 341.08 0.82 0.52
Hex E9 1E 5E 0 57 3C 9 155 52 34
Octal 351 36 136 0 127 74 11 525 122 64
Binary 11101001 11110 1011110 0 1010111 111100 1001 101010101 1010010 110100

Color Harmonies of #E91E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91E5E

Black with #E91E5E

Text Example


Text Example

White with #E91E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91E5E; }

 p { color: rgb(233,30,94); }

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

background-color css

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

 a { background-color: rgb(233,30,94); }

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

border-color css

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

 span { border-color: rgb(233,30,94); }

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