Html Css Color HEX #E0196B Ruby

📋 copy color: '#E0196B'

red 224 ◦ green 25 ◦ blue 107

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

Shades of Ruby #E0196B

Tints of Ruby #E0196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 62.92%
G = 7.02%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0196B (or 0xE0196B) is known color: Ruby. HEX triplet: E0, 19 and 6B. RGB value is (224,25,107). Sum of RGB (Red+Green+Blue) = 224+25+107=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196B is #1FE694. Grayscale: #5D5D5D. Windows color (decimal): -2090645 or 7018976. OLE color: 7018976.

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

Color convert

RGB 224 25 107 -
CMYK 0 0.89 0.52 0.12
HSL 335.28º 0.8% 0.49% -
HSV(B) 335.28º 0.89% 0.88% -
XYZ 33.74 17.6 15.53 -
YUV 93.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 224 25 107 0 0.89 0.52 0.12 335.28 0.8 0.49
Hex E0 19 6B 0 59 34 C 14F 50 31
Octal 340 31 153 0 131 64 14 517 120 61
Binary 11100000 11001 1101011 0 1011001 110100 1100 101001111 1010000 110001

Color Harmonies of #E0196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0196B

Black with #E0196B

Text Example


Text Example

White with #E0196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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