Html Css Color HEX #E0196D Ruby

📋 copy color: '#E0196D'

red 224 ◦ green 25 ◦ blue 109

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

Shades of Ruby #E0196D

Tints of Ruby #E0196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 62.57%
G = 6.98%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0196D (or 0xE0196D) is known color: Ruby. HEX triplet: E0, 19 and 6D. RGB value is (224,25,109). Sum of RGB (Red+Green+Blue) = 224+25+109=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196D is #1FE692. Grayscale: #5D5D5D. Windows color (decimal): -2090643 or 7150048. OLE color: 7150048.

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

Color convert

RGB 224 25 109 -
CMYK 0 0.89 0.51 0.12
HSL 334.67º 0.8% 0.49% -
HSV(B) 334.67º 0.89% 0.88% -
XYZ 33.85 17.65 16.09 -
YUV 94.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 224 25 109 0 0.89 0.51 0.12 334.67 0.8 0.49
Hex E0 19 6D 0 59 33 C 14F 50 31
Octal 340 31 155 0 131 63 14 517 120 61
Binary 11100000 11001 1101101 0 1011001 110011 1100 101001111 1010000 110001

Color Harmonies of #E0196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0196D

Black with #E0196D

Text Example


Text Example

White with #E0196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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