Html Css Color HEX #E01F75 Ruby

📋 copy color: '#E01F75'

red 224 ◦ green 31 ◦ blue 117

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

Shades of Ruby #E01F75

Tints of Ruby #E01F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 60.22%
G = 8.33%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01F75 (or 0xE01F75) is known color: Ruby. HEX triplet: E0, 1F and 75. RGB value is (224,31,117). Sum of RGB (Red+Green+Blue) = 224+31+117=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F75 is #1FE08A. Grayscale: #626262. Windows color (decimal): -2089099 or 7675872. OLE color: 7675872.

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

Color convert

RGB 224 31 117 -
CMYK 0 0.86 0.48 0.12
HSL 333.26º 0.76% 0.5% -
HSV(B) 333.26º 0.86% 0.88% -
XYZ 34.44 18.11 18.51 -
YUV 98.51 138.44 217.51 -
System Red Green Blue C M Y K H S L
Decimal 224 31 117 0 0.86 0.48 0.12 333.26 0.76 0.5
Hex E0 1F 75 0 56 30 C 14D 4C 32
Octal 340 37 165 0 126 60 14 515 114 62
Binary 11100000 11111 1110101 0 1010110 110000 1100 101001101 1001100 110010

Color Harmonies of #E01F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F75

Black with #E01F75

Text Example


Text Example

White with #E01F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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