Html Css Color HEX #E90975 Ruby

📋 copy color: '#E90975'

red 233 ◦ green 9 ◦ blue 117

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

Shades of Ruby #E90975

Tints of Ruby #E90975

RGB

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

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

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

R = 64.9%
G = 2.51%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E90975 (or 0xE90975) is known color: Ruby. HEX triplet: E9, 09 and 75. RGB value is (233,9,117). Sum of RGB (Red+Green+Blue) = 233+9+117=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E90975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90975 is #16F68A. Grayscale: #585858. Windows color (decimal): -1504907 or 7670249. OLE color: 7670249.

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

Color convert

RGB 233 9 117 -
CMYK 0 0.96 0.50 0.09
HSL 331.07º 0.93% 0.47% -
HSV(B) 331.07º 0.96% 0.91% -
XYZ 36.91 18.8 18.51 -
YUV 88.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 233 9 117 0 0.96 0.50 0.09 331.07 0.93 0.47
Hex E9 9 75 0 60 32 9 14B 5D 2F
Octal 351 11 165 0 140 62 11 513 135 57
Binary 11101001 1001 1110101 0 1100000 110010 1001 101001011 1011101 101111

Color Harmonies of #E90975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90975

Black with #E90975

Text Example


Text Example

White with #E90975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90975; }

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

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

background-color css

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

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

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

border-color css

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

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

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