Html Css Color HEX #E90B7A Ruby

📋 copy color: '#E90B7A'

red 233 ◦ green 11 ◦ blue 122

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

Shades of Ruby #E90B7A

Tints of Ruby #E90B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 63.66%
G = 3.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E90B7A (or 0xE90B7A) is known color: Ruby. HEX triplet: E9, 0B and 7A. RGB value is (233,11,122). Sum of RGB (Red+Green+Blue) = 233+11+122=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B7A is #16F485. Grayscale: #595959. Windows color (decimal): -1504390 or 7998441. OLE color: 7998441.

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

Color convert

RGB 233 11 122 -
CMYK 0 0.95 0.48 0.09
HSL 330º 0.91% 0.48% -
HSV(B) 330º 0.95% 0.91% -
XYZ 37.24 18.97 20.11 -
YUV 90.03 146.05 229.97 -
System Red Green Blue C M Y K H S L
Decimal 233 11 122 0 0.95 0.48 0.09 330 0.91 0.48
Hex E9 B 7A 0 5F 30 9 14A 5B 30
Octal 351 13 172 0 137 60 11 512 133 60
Binary 11101001 1011 1111010 0 1011111 110000 1001 101001010 1011011 110000

Color Harmonies of #E90B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B7A

Black with #E90B7A

Text Example


Text Example

White with #E90B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B7A; }

 p { color: rgb(233,11,122); }

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

background-color css

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

 a { background-color: rgb(233,11,122); }

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

border-color css

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

 span { border-color: rgb(233,11,122); }

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