Html Css Color HEX #E01566 Ruby

📋 copy color: '#E01566'

red 224 ◦ green 21 ◦ blue 102

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

Shades of Ruby #E01566

Tints of Ruby #E01566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 64.55%
G = 6.05%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E01566 (or 0xE01566) is known color: Ruby. HEX triplet: E0, 15 and 66. RGB value is (224,21,102). Sum of RGB (Red+Green+Blue) = 224+21+102=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E01566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01566 is #1FEA99. Grayscale: #5A5A5A. Windows color (decimal): -2091674 or 6690272. OLE color: 6690272.

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

Color convert

RGB 224 21 102 -
CMYK 0 0.91 0.54 0.12
HSL 336.06º 0.83% 0.48% -
HSV(B) 336.06º 0.91% 0.88% -
XYZ 33.41 17.34 14.16 -
YUV 90.93 134.25 222.91 -
System Red Green Blue C M Y K H S L
Decimal 224 21 102 0 0.91 0.54 0.12 336.06 0.83 0.48
Hex E0 15 66 0 5B 36 C 150 53 30
Octal 340 25 146 0 133 66 14 520 123 60
Binary 11100000 10101 1100110 0 1011011 110110 1100 101010000 1010011 110000

Color Harmonies of #E01566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01566

Black with #E01566

Text Example


Text Example

White with #E01566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01566; }

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

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

background-color css

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

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

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

border-color css

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

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

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