Html Css Color HEX #E91A75 Ruby

📋 copy color: '#E91A75'

red 233 ◦ green 26 ◦ blue 117

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

Shades of Ruby #E91A75

Tints of Ruby #E91A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 61.97%
G = 6.91%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E91A75 (or 0xE91A75) is known color: Ruby. HEX triplet: E9, 1A and 75. RGB value is (233,26,117). Sum of RGB (Red+Green+Blue) = 233+26+117=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A75 is #16E58A. Grayscale: #626262. Windows color (decimal): -1500555 or 7674601. OLE color: 7674601.

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

Color convert

RGB 233 26 117 -
CMYK 0 0.89 0.50 0.09
HSL 333.62º 0.82% 0.51% -
HSV(B) 333.62º 0.89% 0.91% -
XYZ 37.18 19.35 18.6 -
YUV 98.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 233 26 117 0 0.89 0.50 0.09 333.62 0.82 0.51
Hex E9 1A 75 0 59 32 9 14E 52 33
Octal 351 32 165 0 131 62 11 516 122 63
Binary 11101001 11010 1110101 0 1011001 110010 1001 101001110 1010010 110011

Color Harmonies of #E91A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91A75

Black with #E91A75

Text Example


Text Example

White with #E91A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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