Html Css Color HEX #E01A75 Ruby

📋 copy color: '#E01A75'

red 224 ◦ green 26 ◦ blue 117

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

Shades of Ruby #E01A75

Tints of Ruby #E01A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

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

R = 61.04%
G = 7.08%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01A75 (or 0xE01A75) is known color: Ruby. HEX triplet: E0, 1A and 75. RGB value is (224,26,117). Sum of RGB (Red+Green+Blue) = 224+26+117=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01A75 is #1FE58A. Grayscale: #5F5F5F. Windows color (decimal): -2090379 or 7674592. OLE color: 7674592.

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

Color convert

RGB 224 26 117 -
CMYK 0 0.88 0.48 0.12
HSL 332.42º 0.79% 0.49% -
HSV(B) 332.42º 0.88% 0.88% -
XYZ 34.32 17.87 18.47 -
YUV 95.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 224 26 117 0 0.88 0.48 0.12 332.42 0.79 0.49
Hex E0 1A 75 0 58 30 C 14C 4F 31
Octal 340 32 165 0 130 60 14 514 117 61
Binary 11100000 11010 1110101 0 1011000 110000 1100 101001100 1001111 110001

Color Harmonies of #E01A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A75

Black with #E01A75

Text Example


Text Example

White with #E01A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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