Html Css Color HEX #E01362 Ruby

📋 copy color: '#E01362'

red 224 ◦ green 19 ◦ blue 98

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

Shades of Ruby #E01362

Tints of Ruby #E01362

RGB

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

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

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

R = 65.69%
G = 5.57%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E01362 (or 0xE01362) is known color: Ruby. HEX triplet: E0, 13 and 62. RGB value is (224,19,98). Sum of RGB (Red+Green+Blue) = 224+19+98=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E01362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01362 is #1FEC9D. Grayscale: #595959. Windows color (decimal): -2092190 or 6427616. OLE color: 6427616.

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

Color convert

RGB 224 19 98 -
CMYK 0 0.92 0.56 0.12
HSL 336.88º 0.84% 0.48% -
HSV(B) 336.88º 0.92% 0.88% -
XYZ 33.18 17.19 13.13 -
YUV 89.3 132.92 224.08 -
System Red Green Blue C M Y K H S L
Decimal 224 19 98 0 0.92 0.56 0.12 336.88 0.84 0.48
Hex E0 13 62 0 5C 38 C 151 54 30
Octal 340 23 142 0 134 70 14 521 124 60
Binary 11100000 10011 1100010 0 1011100 111000 1100 101010001 1010100 110000

Color Harmonies of #E01362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01362

Black with #E01362

Text Example


Text Example

White with #E01362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01362; }

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

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

background-color css

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

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

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

border-color css

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

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

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