Html Css Color HEX #E91A65 Ruby

📋 copy color: '#E91A65'

red 233 ◦ green 26 ◦ blue 101

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

Shades of Ruby #E91A65

Tints of Ruby #E91A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.22%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 64.72%
G = 7.22%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E91A65 (or 0xE91A65) is known color: Ruby. HEX triplet: E9, 1A and 65. RGB value is (233,26,101). Sum of RGB (Red+Green+Blue) = 233+26+101=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A65 is #16E59A. Grayscale: #606060. Windows color (decimal): -1500571 or 6626025. OLE color: 6626025.

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

Color convert

RGB 233 26 101 -
CMYK 0 0.89 0.57 0.09
HSL 338.26º 0.82% 0.51% -
HSV(B) 338.26º 0.89% 0.91% -
XYZ 36.32 19 14.07 -
YUV 96.44 130.58 225.4 -
System Red Green Blue C M Y K H S L
Decimal 233 26 101 0 0.89 0.57 0.09 338.26 0.82 0.51
Hex E9 1A 65 0 59 39 9 152 52 33
Octal 351 32 145 0 131 71 11 522 122 63
Binary 11101001 11010 1100101 0 1011001 111001 1001 101010010 1010010 110011

Color Harmonies of #E91A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91A65

Black with #E91A65

Text Example


Text Example

White with #E91A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91A65; }

 p { color: rgb(233,26,101); }

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

background-color css

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

 a { background-color: rgb(233,26,101); }

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

border-color css

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

 span { border-color: rgb(233,26,101); }

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