Html Css Color HEX #E01353 Ruby

📋 copy color: '#E01353'

red 224 ◦ green 19 ◦ blue 83

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

Shades of Ruby #E01353

Tints of Ruby #E01353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 68.71%
G = 5.83%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E01353 (or 0xE01353) is known color: Ruby. HEX triplet: E0, 13 and 53. RGB value is (224,19,83). Sum of RGB (Red+Green+Blue) = 224+19+83=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E01353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01353 is #1FECAC. Grayscale: #575757. Windows color (decimal): -2092205 or 5444576. OLE color: 5444576.

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

Color convert

RGB 224 19 83 -
CMYK 0 0.92 0.63 0.12
HSL 341.27º 0.84% 0.48% -
HSV(B) 341.27º 0.92% 0.88% -
XYZ 32.53 16.94 9.74 -
YUV 87.59 125.42 225.3 -
System Red Green Blue C M Y K H S L
Decimal 224 19 83 0 0.92 0.63 0.12 341.27 0.84 0.48
Hex E0 13 53 0 5C 3F C 155 54 30
Octal 340 23 123 0 134 77 14 525 124 60
Binary 11100000 10011 1010011 0 1011100 111111 1100 101010101 1010100 110000

Color Harmonies of #E01353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01353

Black with #E01353

Text Example


Text Example

White with #E01353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01353; }

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

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

background-color css

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

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

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

border-color css

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

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

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