Html Css Color HEX #E91075 Ruby

📋 copy color: '#E91075'

red 233 ◦ green 16 ◦ blue 117

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

Shades of Ruby #E91075

Tints of Ruby #E91075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 63.66%
G = 4.37%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E91075 (or 0xE91075) is known color: Ruby. HEX triplet: E9, 10 and 75. RGB value is (233,16,117). Sum of RGB (Red+Green+Blue) = 233+16+117=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E91075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91075 is #16EF8A. Grayscale: #5C5C5C. Windows color (decimal): -1503115 or 7672041. OLE color: 7672041.

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

Color convert

RGB 233 16 117 -
CMYK 0 0.93 0.50 0.09
HSL 332.07º 0.87% 0.49% -
HSV(B) 332.07º 0.93% 0.91% -
XYZ 37 18.98 18.54 -
YUV 92.4 141.89 228.29 -
System Red Green Blue C M Y K H S L
Decimal 233 16 117 0 0.93 0.50 0.09 332.07 0.87 0.49
Hex E9 10 75 0 5D 32 9 14C 57 31
Octal 351 20 165 0 135 62 11 514 127 61
Binary 11101001 10000 1110101 0 1011101 110010 1001 101001100 1010111 110001

Color Harmonies of #E91075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91075

Black with #E91075

Text Example


Text Example

White with #E91075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91075; }

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

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

background-color css

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

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

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

border-color css

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

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

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