Html Css Color HEX #E01569 Ruby

📋 copy color: '#E01569'

red 224 ◦ green 21 ◦ blue 105

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

Shades of Ruby #E01569

Tints of Ruby #E01569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 64%
G = 6%
B = 30%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E01569 (or 0xE01569) is known color: Ruby. HEX triplet: E0, 15 and 69. RGB value is (224,21,105). Sum of RGB (Red+Green+Blue) = 224+21+105=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E01569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01569 is #1FEA96. Grayscale: #5B5B5B. Windows color (decimal): -2091671 or 6886880. OLE color: 6886880.

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

Color convert

RGB 224 21 105 -
CMYK 0 0.91 0.53 0.12
HSL 335.17º 0.83% 0.48% -
HSV(B) 335.17º 0.91% 0.88% -
XYZ 33.56 17.4 14.96 -
YUV 91.27 135.75 222.67 -
System Red Green Blue C M Y K H S L
Decimal 224 21 105 0 0.91 0.53 0.12 335.17 0.83 0.48
Hex E0 15 69 0 5B 35 C 14F 53 30
Octal 340 25 151 0 133 65 14 517 123 60
Binary 11100000 10101 1101001 0 1011011 110101 1100 101001111 1010011 110000

Color Harmonies of #E01569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01569

Black with #E01569

Text Example


Text Example

White with #E01569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01569; }

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

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

background-color css

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

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

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

border-color css

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

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

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