Html Css Color HEX #E0165A Ruby

📋 copy color: '#E0165A'

red 224 ◦ green 22 ◦ blue 90

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

Shades of Ruby #E0165A

Tints of Ruby #E0165A

RGB

 RED value IS 224 (87.89% from 255) = 66.67%

 GREEN value IS 22 (8.98% from 255) = 6.55%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 66.67%
G = 6.55%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0165A (or 0xE0165A) is known color: Ruby. HEX triplet: E0, 16 and 5A. RGB value is (224,22,90). Sum of RGB (Red+Green+Blue) = 224+22+90=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0165A is #1FE9A5. Grayscale: #5A5A5A. Windows color (decimal): -2091430 or 5904096. OLE color: 5904096.

HSL color Cylindrical-coordinate representation of color #E0165A: hue angle of 339.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0165A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 90 -
CMYK 0 0.90 0.60 0.12
HSL 339.8º 0.82% 0.48% -
HSV(B) 339.8º 0.9% 0.88% -
XYZ 32.87 17.16 11.25 -
YUV 90.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 224 22 90 0 0.90 0.60 0.12 339.8 0.82 0.48
Hex E0 16 5A 0 5A 3C C 154 52 30
Octal 340 26 132 0 132 74 14 524 122 60
Binary 11100000 10110 1011010 0 1011010 111100 1100 101010100 1010010 110000

Color Harmonies of #E0165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0165A

Black with #E0165A

Text Example


Text Example

White with #E0165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0165A; }

 p { color: rgb(224,22,90); }

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

background-color css

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

 a { background-color: rgb(224,22,90); }

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

border-color css

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

 span { border-color: rgb(224,22,90); }

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