Html Css Color HEX #E91470 Ruby

📋 copy color: '#E91470'

red 233 ◦ green 20 ◦ blue 112

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

Shades of Ruby #E91470

Tints of Ruby #E91470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 63.84%
G = 5.48%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E91470 (or 0xE91470) is known color: Ruby. HEX triplet: E9, 14 and 70. RGB value is (233,20,112). Sum of RGB (Red+Green+Blue) = 233+20+112=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E91470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91470 is #16EB8F. Grayscale: #5E5E5E. Windows color (decimal): -1502096 or 7345385. OLE color: 7345385.

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

Color convert

RGB 233 20 112 -
CMYK 0 0.91 0.52 0.09
HSL 334.08º 0.84% 0.5% -
HSV(B) 334.08º 0.91% 0.91% -
XYZ 36.78 18.99 17.06 -
YUV 94.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 233 20 112 0 0.91 0.52 0.09 334.08 0.84 0.5
Hex E9 14 70 0 5B 34 9 14E 54 32
Octal 351 24 160 0 133 64 11 516 124 62
Binary 11101001 10100 1110000 0 1011011 110100 1001 101001110 1010100 110010

Color Harmonies of #E91470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91470

Black with #E91470

Text Example


Text Example

White with #E91470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91470; }

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

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

background-color css

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

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

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

border-color css

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

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

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