Html Css Color HEX #E90F73 Ruby

📋 copy color: '#E90F73'

red 233 ◦ green 15 ◦ blue 115

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

Shades of Ruby #E90F73

Tints of Ruby #E90F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 64.19%
G = 4.13%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E90F73 (or 0xE90F73) is known color: Ruby. HEX triplet: E9, 0F and 73. RGB value is (233,15,115). Sum of RGB (Red+Green+Blue) = 233+15+115=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F73 is #16F08C. Grayscale: #5B5B5B. Windows color (decimal): -1503373 or 7540713. OLE color: 7540713.

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

Color convert

RGB 233 15 115 -
CMYK 0 0.94 0.51 0.09
HSL 332.48º 0.88% 0.49% -
HSV(B) 332.48º 0.94% 0.91% -
XYZ 36.87 18.9 17.93 -
YUV 91.58 141.22 228.87 -
System Red Green Blue C M Y K H S L
Decimal 233 15 115 0 0.94 0.51 0.09 332.48 0.88 0.49
Hex E9 F 73 0 5E 33 9 14C 58 31
Octal 351 17 163 0 136 63 11 514 130 61
Binary 11101001 1111 1110011 0 1011110 110011 1001 101001100 1011000 110001

Color Harmonies of #E90F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F73

Black with #E90F73

Text Example


Text Example

White with #E90F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F73; }

 p { color: rgb(233,15,115); }

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

background-color css

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

 a { background-color: rgb(233,15,115); }

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

border-color css

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

 span { border-color: rgb(233,15,115); }

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