Html Css Color HEX #E0195D Ruby

📋 copy color: '#E0195D'

red 224 ◦ green 25 ◦ blue 93

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

Shades of Ruby #E0195D

Tints of Ruby #E0195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 65.5%
G = 7.31%
B = 27.19%

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

#E0195D (or 0xE0195D) is known color: Ruby. HEX triplet: E0, 19 and 5D. RGB value is (224,25,93). Sum of RGB (Red+Green+Blue) = 224+25+93=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0195D is #1FE6A2. Grayscale: #5C5C5C. Windows color (decimal): -2090659 or 6101472. OLE color: 6101472.

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

Color convert

RGB 224 25 93 -
CMYK 0 0.89 0.58 0.12
HSL 339.5º 0.8% 0.49% -
HSV(B) 339.5º 0.89% 0.88% -
XYZ 33.06 17.33 11.96 -
YUV 92.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 224 25 93 0 0.89 0.58 0.12 339.5 0.8 0.49
Hex E0 19 5D 0 59 3A C 153 50 31
Octal 340 31 135 0 131 72 14 523 120 61
Binary 11100000 11001 1011101 0 1011001 111010 1100 101010011 1010000 110001

Color Harmonies of #E0195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0195D

Black with #E0195D

Text Example


Text Example

White with #E0195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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