Html Css Color HEX #E91975 Ruby

📋 copy color: '#E91975'

red 233 ◦ green 25 ◦ blue 117

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

Shades of Ruby #E91975

Tints of Ruby #E91975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

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

R = 62.13%
G = 6.67%
B = 31.2%

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

#E91975 (or 0xE91975) is known color: Ruby. HEX triplet: E9, 19 and 75. RGB value is (233,25,117). Sum of RGB (Red+Green+Blue) = 233+25+117=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E91975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91975 is #16E68A. Grayscale: #616161. Windows color (decimal): -1500811 or 7674345. OLE color: 7674345.

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

Color convert

RGB 233 25 117 -
CMYK 0 0.89 0.50 0.09
HSL 333.46º 0.83% 0.51% -
HSV(B) 333.46º 0.89% 0.91% -
XYZ 37.16 19.3 18.6 -
YUV 97.68 138.91 224.52 -
System Red Green Blue C M Y K H S L
Decimal 233 25 117 0 0.89 0.50 0.09 333.46 0.83 0.51
Hex E9 19 75 0 59 32 9 14D 53 33
Octal 351 31 165 0 131 62 11 515 123 63
Binary 11101001 11001 1110101 0 1011001 110010 1001 101001101 1010011 110011

Color Harmonies of #E91975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91975

Black with #E91975

Text Example


Text Example

White with #E91975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91975; }

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

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

background-color css

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

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

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

border-color css

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

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

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