Html Css Color HEX #E91472 Ruby

📋 copy color: '#E91472'

red 233 ◦ green 20 ◦ blue 114

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

Shades of Ruby #E91472

Tints of Ruby #E91472

RGB

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

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

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

R = 63.49%
G = 5.45%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E91472 (or 0xE91472) is known color: Ruby. HEX triplet: E9, 14 and 72. RGB value is (233,20,114). Sum of RGB (Red+Green+Blue) = 233+20+114=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E91472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91472 is #16EB8D. Grayscale: #5E5E5E. Windows color (decimal): -1502094 or 7476457. OLE color: 7476457.

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

Color convert

RGB 233 20 114 -
CMYK 0 0.91 0.51 0.09
HSL 333.52º 0.84% 0.5% -
HSV(B) 333.52º 0.91% 0.91% -
XYZ 36.89 19.04 17.65 -
YUV 94.4 139.07 226.86 -
System Red Green Blue C M Y K H S L
Decimal 233 20 114 0 0.91 0.51 0.09 333.52 0.84 0.5
Hex E9 14 72 0 5B 33 9 14E 54 32
Octal 351 24 162 0 133 63 11 516 124 62
Binary 11101001 10100 1110010 0 1011011 110011 1001 101001110 1010100 110010

Color Harmonies of #E91472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91472

Black with #E91472

Text Example


Text Example

White with #E91472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91472; }

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

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

background-color css

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

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

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

border-color css

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

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

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