Html Css Color HEX #E01662 Ruby

📋 copy color: '#E01662'

red 224 ◦ green 22 ◦ blue 98

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

Shades of Ruby #E01662

Tints of Ruby #E01662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.4%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 65.12%
G = 6.4%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E01662 (or 0xE01662) is known color: Ruby. HEX triplet: E0, 16 and 62. RGB value is (224,22,98). Sum of RGB (Red+Green+Blue) = 224+22+98=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E01662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01662 is #1FE99D. Grayscale: #5A5A5A. Windows color (decimal): -2091422 or 6428384. OLE color: 6428384.

HSL color Cylindrical-coordinate representation of color #E01662: hue angle of 337.43º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01662 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 98 -
CMYK 0 0.90 0.56 0.12
HSL 337.43º 0.82% 0.48% -
HSV(B) 337.43º 0.9% 0.88% -
XYZ 33.23 17.3 13.14 -
YUV 91.06 131.92 222.82 -
System Red Green Blue C M Y K H S L
Decimal 224 22 98 0 0.90 0.56 0.12 337.43 0.82 0.48
Hex E0 16 62 0 5A 38 C 151 52 30
Octal 340 26 142 0 132 70 14 521 122 60
Binary 11100000 10110 1100010 0 1011010 111000 1100 101010001 1010010 110000

Color Harmonies of #E01662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01662

Black with #E01662

Text Example


Text Example

White with #E01662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01662; }

 p { color: rgb(224,22,98); }

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

background-color css

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

 a { background-color: rgb(224,22,98); }

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

border-color css

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

 span { border-color: rgb(224,22,98); }

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