Html Css Color HEX #E0195B Ruby

📋 copy color: '#E0195B'

red 224 ◦ green 25 ◦ blue 91

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

Shades of Ruby #E0195B

Tints of Ruby #E0195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 65.88%
G = 7.35%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0195B (or 0xE0195B) is known color: Ruby. HEX triplet: E0, 19 and 5B. RGB value is (224,25,91). Sum of RGB (Red+Green+Blue) = 224+25+91=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0195B is #1FE6A4. Grayscale: #5B5B5B. Windows color (decimal): -2090661 or 5970400. OLE color: 5970400.

HSL color Cylindrical-coordinate representation of color #E0195B: hue angle of 340.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0195B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 91 -
CMYK 0 0.89 0.59 0.12
HSL 340.1º 0.8% 0.49% -
HSV(B) 340.1º 0.89% 0.88% -
XYZ 32.98 17.3 11.5 -
YUV 92.03 127.43 222.13 -
System Red Green Blue C M Y K H S L
Decimal 224 25 91 0 0.89 0.59 0.12 340.1 0.8 0.49
Hex E0 19 5B 0 59 3B C 154 50 31
Octal 340 31 133 0 131 73 14 524 120 61
Binary 11100000 11001 1011011 0 1011001 111011 1100 101010100 1010000 110001

Color Harmonies of #E0195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0195B

Black with #E0195B

Text Example


Text Example

White with #E0195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0195B; }

 p { color: rgb(224,25,91); }

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

background-color css

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

 a { background-color: rgb(224,25,91); }

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

border-color css

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

 span { border-color: rgb(224,25,91); }

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