Html Css Color HEX #E0156C Ruby

📋 copy color: '#E0156C'

red 224 ◦ green 21 ◦ blue 108

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

Shades of Ruby #E0156C

Tints of Ruby #E0156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 63.46%
G = 5.95%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0156C (or 0xE0156C) is known color: Ruby. HEX triplet: E0, 15 and 6C. RGB value is (224,21,108). Sum of RGB (Red+Green+Blue) = 224+21+108=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0156C is #1FEA93. Grayscale: #5B5B5B. Windows color (decimal): -2091668 or 7083488. OLE color: 7083488.

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

Color convert

RGB 224 21 108 -
CMYK 0 0.91 0.52 0.12
HSL 334.29º 0.83% 0.48% -
HSV(B) 334.29º 0.91% 0.88% -
XYZ 33.72 17.47 15.78 -
YUV 91.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 224 21 108 0 0.91 0.52 0.12 334.29 0.83 0.48
Hex E0 15 6C 0 5B 34 C 14E 53 30
Octal 340 25 154 0 133 64 14 516 123 60
Binary 11100000 10101 1101100 0 1011011 110100 1100 101001110 1010011 110000

Color Harmonies of #E0156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0156C

Black with #E0156C

Text Example


Text Example

White with #E0156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0156C; }

 p { color: rgb(224,21,108); }

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

background-color css

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

 a { background-color: rgb(224,21,108); }

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

border-color css

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

 span { border-color: rgb(224,21,108); }

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