Html Css Color HEX #E0195E Ruby

📋 copy color: '#E0195E'

red 224 ◦ green 25 ◦ blue 94

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

Shades of Ruby #E0195E

Tints of Ruby #E0195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 65.31%
G = 7.29%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0195E (or 0xE0195E) is known color: Ruby. HEX triplet: E0, 19 and 5E. RGB value is (224,25,94). Sum of RGB (Red+Green+Blue) = 224+25+94=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E0195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0195E is #1FE6A1. Grayscale: #5C5C5C. Windows color (decimal): -2090658 or 6167008. OLE color: 6167008.

HSL color Cylindrical-coordinate representation of color #E0195E: hue angle of 339.2º 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 #E0195E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 94 -
CMYK 0 0.89 0.58 0.12
HSL 339.2º 0.8% 0.49% -
HSV(B) 339.2º 0.89% 0.88% -
XYZ 33.11 17.35 12.19 -
YUV 92.37 128.93 221.89 -
System Red Green Blue C M Y K H S L
Decimal 224 25 94 0 0.89 0.58 0.12 339.2 0.8 0.49
Hex E0 19 5E 0 59 3A C 153 50 31
Octal 340 31 136 0 131 72 14 523 120 61
Binary 11100000 11001 1011110 0 1011001 111010 1100 101010011 1010000 110001

Color Harmonies of #E0195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0195E

Black with #E0195E

Text Example


Text Example

White with #E0195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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