Html Css Color HEX #E01F6A Ruby

📋 copy color: '#E01F6A'

red 224 ◦ green 31 ◦ blue 106

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

Shades of Ruby #E01F6A

Tints of Ruby #E01F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 62.05%
G = 8.59%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E01F6A (or 0xE01F6A) is known color: Ruby. HEX triplet: E0, 1F and 6A. RGB value is (224,31,106). Sum of RGB (Red+Green+Blue) = 224+31+106=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F6A is #1FE095. Grayscale: #616161. Windows color (decimal): -2089110 or 6954976. OLE color: 6954976.

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

Color convert

RGB 224 31 106 -
CMYK 0 0.86 0.53 0.12
HSL 336.68º 0.76% 0.5% -
HSV(B) 336.68º 0.86% 0.88% -
XYZ 33.83 17.87 15.3 -
YUV 97.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 224 31 106 0 0.86 0.53 0.12 336.68 0.76 0.5
Hex E0 1F 6A 0 56 35 C 151 4C 32
Octal 340 37 152 0 126 65 14 521 114 62
Binary 11100000 11111 1101010 0 1010110 110101 1100 101010001 1001100 110010

Color Harmonies of #E01F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F6A

Black with #E01F6A

Text Example


Text Example

White with #E01F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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