Html Css Color HEX #E90F66 Ruby

📋 copy color: '#E90F66'

red 233 ◦ green 15 ◦ blue 102

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

Shades of Ruby #E90F66

Tints of Ruby #E90F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 66.57%
G = 4.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E90F66 (or 0xE90F66) is known color: Ruby. HEX triplet: E9, 0F and 66. RGB value is (233,15,102). Sum of RGB (Red+Green+Blue) = 233+15+102=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F66 is #16F099. Grayscale: #595959. Windows color (decimal): -1503386 or 6688745. OLE color: 6688745.

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

Color convert

RGB 233 15 102 -
CMYK 0 0.94 0.56 0.09
HSL 336.06º 0.88% 0.49% -
HSV(B) 336.06º 0.94% 0.91% -
XYZ 36.17 18.62 14.26 -
YUV 90.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 233 15 102 0 0.94 0.56 0.09 336.06 0.88 0.49
Hex E9 F 66 0 5E 38 9 150 58 31
Octal 351 17 146 0 136 70 11 520 130 61
Binary 11101001 1111 1100110 0 1011110 111000 1001 101010000 1011000 110001

Color Harmonies of #E90F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F66

Black with #E90F66

Text Example


Text Example

White with #E90F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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