Html Css Color HEX #E0196A Ruby

📋 copy color: '#E0196A'

red 224 ◦ green 25 ◦ blue 106

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

Shades of Ruby #E0196A

Tints of Ruby #E0196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 63.1%
G = 7.04%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0196A (or 0xE0196A) is known color: Ruby. HEX triplet: E0, 19 and 6A. RGB value is (224,25,106). Sum of RGB (Red+Green+Blue) = 224+25+106=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196A is #1FE695. Grayscale: #5D5D5D. Windows color (decimal): -2090646 or 6953440. OLE color: 6953440.

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

Color convert

RGB 224 25 106 -
CMYK 0 0.89 0.53 0.12
HSL 335.58º 0.8% 0.49% -
HSV(B) 335.58º 0.89% 0.88% -
XYZ 33.69 17.58 15.25 -
YUV 93.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 224 25 106 0 0.89 0.53 0.12 335.58 0.8 0.49
Hex E0 19 6A 0 59 35 C 150 50 31
Octal 340 31 152 0 131 65 14 520 120 61
Binary 11100000 11001 1101010 0 1011001 110101 1100 101010000 1010000 110001

Color Harmonies of #E0196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0196A

Black with #E0196A

Text Example


Text Example

White with #E0196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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