Html Css Color HEX #E90F74 Ruby

📋 copy color: '#E90F74'

red 233 ◦ green 15 ◦ blue 116

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

Shades of Ruby #E90F74

Tints of Ruby #E90F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 64.01%
G = 4.12%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E90F74 (or 0xE90F74) is known color: Ruby. HEX triplet: E9, 0F and 74. RGB value is (233,15,116). Sum of RGB (Red+Green+Blue) = 233+15+116=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F74 is #16F08B. Grayscale: #5B5B5B. Windows color (decimal): -1503372 or 7606249. OLE color: 7606249.

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

Color convert

RGB 233 15 116 -
CMYK 0 0.94 0.50 0.09
HSL 332.2º 0.88% 0.49% -
HSV(B) 332.2º 0.94% 0.91% -
XYZ 36.93 18.93 18.23 -
YUV 91.7 141.72 228.79 -
System Red Green Blue C M Y K H S L
Decimal 233 15 116 0 0.94 0.50 0.09 332.2 0.88 0.49
Hex E9 F 74 0 5E 32 9 14C 58 31
Octal 351 17 164 0 136 62 11 514 130 61
Binary 11101001 1111 1110100 0 1011110 110010 1001 101001100 1011000 110001

Color Harmonies of #E90F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F74

Black with #E90F74

Text Example


Text Example

White with #E90F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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