Html Css Color HEX #E01372 Ruby

📋 copy color: '#E01372'

red 224 ◦ green 19 ◦ blue 114

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

Shades of Ruby #E01372

Tints of Ruby #E01372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 62.75%
G = 5.32%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E01372 (or 0xE01372) is known color: Ruby. HEX triplet: E0, 13 and 72. RGB value is (224,19,114). Sum of RGB (Red+Green+Blue) = 224+19+114=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E01372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01372 is #1FEC8D. Grayscale: #5A5A5A. Windows color (decimal): -2092174 or 7476192. OLE color: 7476192.

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

Color convert

RGB 224 19 114 -
CMYK 0 0.92 0.49 0.12
HSL 332.2º 0.84% 0.48% -
HSV(B) 332.2º 0.92% 0.88% -
XYZ 34.01 17.53 17.51 -
YUV 91.13 140.92 222.78 -
System Red Green Blue C M Y K H S L
Decimal 224 19 114 0 0.92 0.49 0.12 332.2 0.84 0.48
Hex E0 13 72 0 5C 31 C 14C 54 30
Octal 340 23 162 0 134 61 14 514 124 60
Binary 11100000 10011 1110010 0 1011100 110001 1100 101001100 1010100 110000

Color Harmonies of #E01372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01372

Black with #E01372

Text Example


Text Example

White with #E01372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01372; }

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

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

background-color css

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

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

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

border-color css

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

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

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