Html Css Color HEX #E90E75 Ruby

📋 copy color: '#E90E75'

red 233 ◦ green 14 ◦ blue 117

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

Shades of Ruby #E90E75

Tints of Ruby #E90E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.85%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 64.01%
G = 3.85%
B = 32.14%

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

#E90E75 (or 0xE90E75) is known color: Ruby. HEX triplet: E9, 0E and 75. RGB value is (233,14,117). Sum of RGB (Red+Green+Blue) = 233+14+117=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E75 is #16F18A. Grayscale: #5B5B5B. Windows color (decimal): -1503627 or 7671529. OLE color: 7671529.

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

Color convert

RGB 233 14 117 -
CMYK 0 0.94 0.50 0.09
HSL 331.78º 0.89% 0.48% -
HSV(B) 331.78º 0.94% 0.91% -
XYZ 36.97 18.92 18.53 -
YUV 91.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 233 14 117 0 0.94 0.50 0.09 331.78 0.89 0.48
Hex E9 E 75 0 5E 32 9 14C 59 30
Octal 351 16 165 0 136 62 11 514 131 60
Binary 11101001 1110 1110101 0 1011110 110010 1001 101001100 1011001 110000

Color Harmonies of #E90E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90E75

Black with #E90E75

Text Example


Text Example

White with #E90E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90E75; }

 p { color: rgb(233,14,117); }

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

background-color css

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

 a { background-color: rgb(233,14,117); }

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

border-color css

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

 span { border-color: rgb(233,14,117); }

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