Html Css Color HEX #E01552 Ruby

📋 copy color: '#E01552'

red 224 ◦ green 21 ◦ blue 82

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

Shades of Ruby #E01552

Tints of Ruby #E01552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 68.5%
G = 6.42%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E01552 (or 0xE01552) is known color: Ruby. HEX triplet: E0, 15 and 52. RGB value is (224,21,82). Sum of RGB (Red+Green+Blue) = 224+21+82=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E01552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01552 is #1FEAAD. Grayscale: #585858. Windows color (decimal): -2091694 or 5379552. OLE color: 5379552.

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

Color convert

RGB 224 21 82 -
CMYK 0 0.91 0.63 0.12
HSL 341.97º 0.83% 0.48% -
HSV(B) 341.97º 0.91% 0.88% -
XYZ 32.53 16.99 9.55 -
YUV 88.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 224 21 82 0 0.91 0.63 0.12 341.97 0.83 0.48
Hex E0 15 52 0 5B 3F C 156 53 30
Octal 340 25 122 0 133 77 14 526 123 60
Binary 11100000 10101 1010010 0 1011011 111111 1100 101010110 1010011 110000

Color Harmonies of #E01552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01552

Black with #E01552

Text Example


Text Example

White with #E01552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01552; }

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

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

background-color css

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

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

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

border-color css

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

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

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