Html Css Color HEX #E01375 Ruby

📋 copy color: '#E01375'

red 224 ◦ green 19 ◦ blue 117

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

Shades of Ruby #E01375

Tints of Ruby #E01375

RGB

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

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

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

R = 62.22%
G = 5.28%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E01375 (or 0xE01375) is known color: Ruby. HEX triplet: E0, 13 and 75. RGB value is (224,19,117). Sum of RGB (Red+Green+Blue) = 224+19+117=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01375 is #1FEC8A. Grayscale: #5B5B5B. Windows color (decimal): -2092171 or 7672800. OLE color: 7672800.

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

Color convert

RGB 224 19 117 -
CMYK 0 0.92 0.48 0.12
HSL 331.32º 0.84% 0.48% -
HSV(B) 331.32º 0.92% 0.88% -
XYZ 34.18 17.6 18.42 -
YUV 91.47 142.42 222.53 -
System Red Green Blue C M Y K H S L
Decimal 224 19 117 0 0.92 0.48 0.12 331.32 0.84 0.48
Hex E0 13 75 0 5C 30 C 14B 54 30
Octal 340 23 165 0 134 60 14 513 124 60
Binary 11100000 10011 1110101 0 1011100 110000 1100 101001011 1010100 110000

Color Harmonies of #E01375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01375

Black with #E01375

Text Example


Text Example

White with #E01375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01375; }

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

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

background-color css

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

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

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

border-color css

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

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

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