Html Css Color HEX #E01356 Ruby

📋 copy color: '#E01356'

red 224 ◦ green 19 ◦ blue 86

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

Shades of Ruby #E01356

Tints of Ruby #E01356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 68.09%
G = 5.78%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E01356 (or 0xE01356) is known color: Ruby. HEX triplet: E0, 13 and 56. RGB value is (224,19,86). Sum of RGB (Red+Green+Blue) = 224+19+86=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E01356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01356 is #1FECA9. Grayscale: #575757. Windows color (decimal): -2092202 or 5641184. OLE color: 5641184.

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

Color convert

RGB 224 19 86 -
CMYK 0 0.92 0.62 0.12
HSL 340.39º 0.84% 0.48% -
HSV(B) 340.39º 0.92% 0.88% -
XYZ 32.65 16.98 10.36 -
YUV 87.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 224 19 86 0 0.92 0.62 0.12 340.39 0.84 0.48
Hex E0 13 56 0 5C 3E C 154 54 30
Octal 340 23 126 0 134 76 14 524 124 60
Binary 11100000 10011 1010110 0 1011100 111110 1100 101010100 1010100 110000

Color Harmonies of #E01356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01356

Black with #E01356

Text Example


Text Example

White with #E01356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01356; }

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

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

background-color css

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

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

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

border-color css

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

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

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