Html Css Color HEX #E01069 Ruby

📋 copy color: '#E01069'

red 224 ◦ green 16 ◦ blue 105

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

Shades of Ruby #E01069

Tints of Ruby #E01069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 64.93%
G = 4.64%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E01069 (or 0xE01069) is known color: Ruby. HEX triplet: E0, 10 and 69. RGB value is (224,16,105). Sum of RGB (Red+Green+Blue) = 224+16+105=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E01069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01069 is #1FEF96. Grayscale: #585858. Windows color (decimal): -2092951 or 6885600. OLE color: 6885600.

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

Color convert

RGB 224 16 105 -
CMYK 0 0.93 0.53 0.12
HSL 334.33º 0.87% 0.47% -
HSV(B) 334.33º 0.93% 0.88% -
XYZ 33.48 17.24 14.93 -
YUV 88.34 137.41 224.76 -
System Red Green Blue C M Y K H S L
Decimal 224 16 105 0 0.93 0.53 0.12 334.33 0.87 0.47
Hex E0 10 69 0 5D 35 C 14E 57 2F
Octal 340 20 151 0 135 65 14 516 127 57
Binary 11100000 10000 1101001 0 1011101 110101 1100 101001110 1010111 101111

Color Harmonies of #E01069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01069

Black with #E01069

Text Example


Text Example

White with #E01069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01069; }

 p { color: rgb(224,16,105); }

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

background-color css

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

 a { background-color: rgb(224,16,105); }

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

border-color css

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

 span { border-color: rgb(224,16,105); }

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