Html Css Color HEX #E0136D Ruby

📋 copy color: '#E0136D'

red 224 ◦ green 19 ◦ blue 109

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

Shades of Ruby #E0136D

Tints of Ruby #E0136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

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

R = 63.64%
G = 5.4%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0136D (or 0xE0136D) is known color: Ruby. HEX triplet: E0, 13 and 6D. RGB value is (224,19,109). Sum of RGB (Red+Green+Blue) = 224+19+109=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0136D is #1FEC92. Grayscale: #5A5A5A. Windows color (decimal): -2092179 or 7148512. OLE color: 7148512.

HSL color Cylindrical-coordinate representation of color #E0136D: hue angle of 333.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0136D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 109 -
CMYK 0 0.92 0.51 0.12
HSL 333.66º 0.84% 0.48% -
HSV(B) 333.66º 0.92% 0.88% -
XYZ 33.73 17.42 16.05 -
YUV 90.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 224 19 109 0 0.92 0.51 0.12 333.66 0.84 0.48
Hex E0 13 6D 0 5C 33 C 14E 54 30
Octal 340 23 155 0 134 63 14 516 124 60
Binary 11100000 10011 1101101 0 1011100 110011 1100 101001110 1010100 110000

Color Harmonies of #E0136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0136D

Black with #E0136D

Text Example


Text Example

White with #E0136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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