Html Css Color HEX #E01F6C Ruby

📋 copy color: '#E01F6C'

red 224 ◦ green 31 ◦ blue 108

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

Shades of Ruby #E01F6C

Tints of Ruby #E01F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 61.71%
G = 8.54%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E01F6C (or 0xE01F6C) is known color: Ruby. HEX triplet: E0, 1F and 6C. RGB value is (224,31,108). Sum of RGB (Red+Green+Blue) = 224+31+108=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F6C is #1FE093. Grayscale: #616161. Windows color (decimal): -2089108 or 7086048. OLE color: 7086048.

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

Color convert

RGB 224 31 108 -
CMYK 0 0.86 0.52 0.12
HSL 336.06º 0.76% 0.5% -
HSV(B) 336.06º 0.86% 0.88% -
XYZ 33.94 17.91 15.86 -
YUV 97.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 224 31 108 0 0.86 0.52 0.12 336.06 0.76 0.5
Hex E0 1F 6C 0 56 34 C 150 4C 32
Octal 340 37 154 0 126 64 14 520 114 62
Binary 11100000 11111 1101100 0 1010110 110100 1100 101010000 1001100 110010

Color Harmonies of #E01F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F6C

Black with #E01F6C

Text Example


Text Example

White with #E01F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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