Html Css Color HEX #E01075 Ruby

📋 copy color: '#E01075'

red 224 ◦ green 16 ◦ blue 117

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

Shades of Ruby #E01075

Tints of Ruby #E01075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 62.75%
G = 4.48%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01075 (or 0xE01075) is known color: Ruby. HEX triplet: E0, 10 and 75. RGB value is (224,16,117). Sum of RGB (Red+Green+Blue) = 224+16+117=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E01075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01075 is #1FEF8A. Grayscale: #595959. Windows color (decimal): -2092939 or 7672032. OLE color: 7672032.

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

Color convert

RGB 224 16 117 -
CMYK 0 0.93 0.48 0.12
HSL 330.87º 0.87% 0.47% -
HSV(B) 330.87º 0.93% 0.88% -
XYZ 34.14 17.5 18.41 -
YUV 89.71 143.41 223.79 -
System Red Green Blue C M Y K H S L
Decimal 224 16 117 0 0.93 0.48 0.12 330.87 0.87 0.47
Hex E0 10 75 0 5D 30 C 14B 57 2F
Octal 340 20 165 0 135 60 14 513 127 57
Binary 11100000 10000 1110101 0 1011101 110000 1100 101001011 1010111 101111

Color Harmonies of #E01075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01075

Black with #E01075

Text Example


Text Example

White with #E01075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01075; }

 p { color: rgb(224,16,117); }

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

background-color css

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

 a { background-color: rgb(224,16,117); }

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

border-color css

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

 span { border-color: rgb(224,16,117); }

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