Html Css Color HEX #E01E6A Ruby

📋 copy color: '#E01E6A'

red 224 ◦ green 30 ◦ blue 106

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

Shades of Ruby #E01E6A

Tints of Ruby #E01E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

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

R = 62.22%
G = 8.33%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E01E6A (or 0xE01E6A) is known color: Ruby. HEX triplet: E0, 1E and 6A. RGB value is (224,30,106). Sum of RGB (Red+Green+Blue) = 224+30+106=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E6A is #1FE195. Grayscale: #606060. Windows color (decimal): -2089366 or 6954720. OLE color: 6954720.

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

Color convert

RGB 224 30 106 -
CMYK 0 0.87 0.53 0.12
HSL 336.49º 0.76% 0.5% -
HSV(B) 336.49º 0.87% 0.88% -
XYZ 33.81 17.82 15.29 -
YUV 96.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 224 30 106 0 0.87 0.53 0.12 336.49 0.76 0.5
Hex E0 1E 6A 0 57 35 C 150 4C 32
Octal 340 36 152 0 127 65 14 520 114 62
Binary 11100000 11110 1101010 0 1010111 110101 1100 101010000 1001100 110010

Color Harmonies of #E01E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E6A

Black with #E01E6A

Text Example


Text Example

White with #E01E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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