Html Css Color HEX #E90970 Ruby

📋 copy color: '#E90970'

red 233 ◦ green 9 ◦ blue 112

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

Shades of Ruby #E90970

Tints of Ruby #E90970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

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

R = 65.82%
G = 2.54%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E90970 (or 0xE90970) is known color: Ruby. HEX triplet: E9, 09 and 70. RGB value is (233,9,112). Sum of RGB (Red+Green+Blue) = 233+9+112=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E90970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90970 is #16F68F. Grayscale: #575757. Windows color (decimal): -1504912 or 7342569. OLE color: 7342569.

HSL color Cylindrical-coordinate representation of color #E90970: hue angle of 332.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90970 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 9 112 -
CMYK 0 0.96 0.52 0.09
HSL 332.41º 0.93% 0.47% -
HSV(B) 332.41º 0.96% 0.91% -
XYZ 36.63 18.69 17.01 -
YUV 87.72 141.71 231.62 -
System Red Green Blue C M Y K H S L
Decimal 233 9 112 0 0.96 0.52 0.09 332.41 0.93 0.47
Hex E9 9 70 0 60 34 9 14C 5D 2F
Octal 351 11 160 0 140 64 11 514 135 57
Binary 11101001 1001 1110000 0 1100000 110100 1001 101001100 1011101 101111

Color Harmonies of #E90970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90970

Black with #E90970

Text Example


Text Example

White with #E90970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90970; }

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

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

background-color css

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

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

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

border-color css

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

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

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