Html Css Color HEX #E90F6E Ruby

📋 copy color: '#E90F6E'

red 233 ◦ green 15 ◦ blue 110

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

Shades of Ruby #E90F6E

Tints of Ruby #E90F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 65.08%
G = 4.19%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E90F6E (or 0xE90F6E) is known color: Ruby. HEX triplet: E9, 0F and 6E. RGB value is (233,15,110). Sum of RGB (Red+Green+Blue) = 233+15+110=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F6E is #16F091. Grayscale: #5A5A5A. Windows color (decimal): -1503378 or 7213033. OLE color: 7213033.

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

Color convert

RGB 233 15 110 -
CMYK 0 0.94 0.53 0.09
HSL 333.85º 0.88% 0.49% -
HSV(B) 333.85º 0.94% 0.91% -
XYZ 36.59 18.79 16.45 -
YUV 91.01 138.72 229.28 -
System Red Green Blue C M Y K H S L
Decimal 233 15 110 0 0.94 0.53 0.09 333.85 0.88 0.49
Hex E9 F 6E 0 5E 35 9 14E 58 31
Octal 351 17 156 0 136 65 11 516 130 61
Binary 11101001 1111 1101110 0 1011110 110101 1001 101001110 1011000 110001

Color Harmonies of #E90F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F6E

Black with #E90F6E

Text Example


Text Example

White with #E90F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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