Html Css Color HEX #E01562 Ruby

📋 copy color: '#E01562'

red 224 ◦ green 21 ◦ blue 98

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

Shades of Ruby #E01562

Tints of Ruby #E01562

RGB

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

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

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

R = 65.31%
G = 6.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E01562 (or 0xE01562) is known color: Ruby. HEX triplet: E0, 15 and 62. RGB value is (224,21,98). Sum of RGB (Red+Green+Blue) = 224+21+98=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E01562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01562 is #1FEA9D. Grayscale: #5A5A5A. Windows color (decimal): -2091678 or 6428128. OLE color: 6428128.

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

Color convert

RGB 224 21 98 -
CMYK 0 0.91 0.56 0.12
HSL 337.24º 0.83% 0.48% -
HSV(B) 337.24º 0.91% 0.88% -
XYZ 33.21 17.27 13.14 -
YUV 90.48 132.25 223.24 -
System Red Green Blue C M Y K H S L
Decimal 224 21 98 0 0.91 0.56 0.12 337.24 0.83 0.48
Hex E0 15 62 0 5B 38 C 151 53 30
Octal 340 25 142 0 133 70 14 521 123 60
Binary 11100000 10101 1100010 0 1011011 111000 1100 101010001 1010011 110000

Color Harmonies of #E01562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01562

Black with #E01562

Text Example


Text Example

White with #E01562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01562; }

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

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

background-color css

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

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

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

border-color css

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

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

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