Html Css Color HEX #E91072 Ruby

📋 copy color: '#E91072'

red 233 ◦ green 16 ◦ blue 114

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

Shades of Ruby #E91072

Tints of Ruby #E91072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 64.19%
G = 4.41%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E91072 (or 0xE91072) is known color: Ruby. HEX triplet: E9, 10 and 72. RGB value is (233,16,114). Sum of RGB (Red+Green+Blue) = 233+16+114=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E91072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91072 is #16EF8D. Grayscale: #5B5B5B. Windows color (decimal): -1503118 or 7475433. OLE color: 7475433.

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

Color convert

RGB 233 16 114 -
CMYK 0 0.93 0.51 0.09
HSL 332.9º 0.87% 0.49% -
HSV(B) 332.9º 0.93% 0.91% -
XYZ 36.83 18.91 17.63 -
YUV 92.06 140.39 228.53 -
System Red Green Blue C M Y K H S L
Decimal 233 16 114 0 0.93 0.51 0.09 332.9 0.87 0.49
Hex E9 10 72 0 5D 33 9 14D 57 31
Octal 351 20 162 0 135 63 11 515 127 61
Binary 11101001 10000 1110010 0 1011101 110011 1001 101001101 1010111 110001

Color Harmonies of #E91072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91072

Black with #E91072

Text Example


Text Example

White with #E91072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91072; }

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

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

background-color css

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

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

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

border-color css

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

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

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