Html Css Color HEX #E91475 Ruby

📋 copy color: '#E91475'

red 233 ◦ green 20 ◦ blue 117

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

Shades of Ruby #E91475

Tints of Ruby #E91475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 62.97%
G = 5.41%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E91475 (or 0xE91475) is known color: Ruby. HEX triplet: E9, 14 and 75. RGB value is (233,20,117). Sum of RGB (Red+Green+Blue) = 233+20+117=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91475 is #16EB8A. Grayscale: #5E5E5E. Windows color (decimal): -1502091 or 7673065. OLE color: 7673065.

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

Color convert

RGB 233 20 117 -
CMYK 0 0.91 0.50 0.09
HSL 332.68º 0.84% 0.5% -
HSV(B) 332.68º 0.91% 0.91% -
XYZ 37.07 19.11 18.56 -
YUV 94.75 140.57 226.61 -
System Red Green Blue C M Y K H S L
Decimal 233 20 117 0 0.91 0.50 0.09 332.68 0.84 0.5
Hex E9 14 75 0 5B 32 9 14D 54 32
Octal 351 24 165 0 133 62 11 515 124 62
Binary 11101001 10100 1110101 0 1011011 110010 1001 101001101 1010100 110010

Color Harmonies of #E91475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91475

Black with #E91475

Text Example


Text Example

White with #E91475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91475; }

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

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

background-color css

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

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

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

border-color css

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

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

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