Html Css Color HEX #E01366 Ruby

📋 copy color: '#E01366'

red 224 ◦ green 19 ◦ blue 102

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

Shades of Ruby #E01366

Tints of Ruby #E01366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 64.93%
G = 5.51%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E01366 (or 0xE01366) is known color: Ruby. HEX triplet: E0, 13 and 66. RGB value is (224,19,102). Sum of RGB (Red+Green+Blue) = 224+19+102=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E01366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01366 is #1FEC99. Grayscale: #595959. Windows color (decimal): -2092186 or 6689760. OLE color: 6689760.

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

Color convert

RGB 224 19 102 -
CMYK 0 0.92 0.54 0.12
HSL 335.71º 0.84% 0.48% -
HSV(B) 335.71º 0.92% 0.88% -
XYZ 33.37 17.27 14.15 -
YUV 89.76 134.92 223.75 -
System Red Green Blue C M Y K H S L
Decimal 224 19 102 0 0.92 0.54 0.12 335.71 0.84 0.48
Hex E0 13 66 0 5C 36 C 150 54 30
Octal 340 23 146 0 134 66 14 520 124 60
Binary 11100000 10011 1100110 0 1011100 110110 1100 101010000 1010100 110000

Color Harmonies of #E01366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01366

Black with #E01366

Text Example


Text Example

White with #E01366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01366; }

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

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

background-color css

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

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

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

border-color css

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

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

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