Html Css Color HEX #E01753 Ruby

📋 copy color: '#E01753'

red 224 ◦ green 23 ◦ blue 83

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

Shades of Ruby #E01753

Tints of Ruby #E01753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

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

R = 67.88%
G = 6.97%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E01753 (or 0xE01753) is known color: Ruby. HEX triplet: E0, 17 and 53. RGB value is (224,23,83). Sum of RGB (Red+Green+Blue) = 224+23+83=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E01753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01753 is #1FE8AC. Grayscale: #595959. Windows color (decimal): -2091181 or 5445600. OLE color: 5445600.

HSL color Cylindrical-coordinate representation of color #E01753: hue angle of 342.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01753 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 83 -
CMYK 0 0.90 0.63 0.12
HSL 342.09º 0.81% 0.48% -
HSV(B) 342.09º 0.9% 0.88% -
XYZ 32.61 17.08 9.76 -
YUV 89.94 124.09 223.62 -
System Red Green Blue C M Y K H S L
Decimal 224 23 83 0 0.90 0.63 0.12 342.09 0.81 0.48
Hex E0 17 53 0 5A 3F C 156 51 30
Octal 340 27 123 0 132 77 14 526 121 60
Binary 11100000 10111 1010011 0 1011010 111111 1100 101010110 1010001 110000

Color Harmonies of #E01753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01753

Black with #E01753

Text Example


Text Example

White with #E01753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01753; }

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

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

background-color css

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

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

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

border-color css

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

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

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