Html Css Color HEX #E01850 Ruby

📋 copy color: '#E01850'

red 224 ◦ green 24 ◦ blue 80

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

Shades of Ruby #E01850

Tints of Ruby #E01850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 68.29%
G = 7.32%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E01850 (or 0xE01850) is known color: Ruby. HEX triplet: E0, 18 and 50. RGB value is (224,24,80). Sum of RGB (Red+Green+Blue) = 224+24+80=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E01850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01850 is #1FE7AF. Grayscale: #5A5A5A. Windows color (decimal): -2090928 or 5249248. OLE color: 5249248.

HSL color Cylindrical-coordinate representation of color #E01850: hue angle of 343.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01850 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 80 -
CMYK 0 0.89 0.64 0.12
HSL 343.2º 0.81% 0.49% -
HSV(B) 343.2º 0.89% 0.88% -
XYZ 32.52 17.08 9.17 -
YUV 90.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 224 24 80 0 0.89 0.64 0.12 343.2 0.81 0.49
Hex E0 18 50 0 59 40 C 157 51 31
Octal 340 30 120 0 131 100 14 527 121 61
Binary 11100000 11000 1010000 0 1011001 1000000 1100 101010111 1010001 110001

Color Harmonies of #E01850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01850

Black with #E01850

Text Example


Text Example

White with #E01850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01850; }

 p { color: rgb(224,24,80); }

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

background-color css

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

 a { background-color: rgb(224,24,80); }

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

border-color css

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

 span { border-color: rgb(224,24,80); }

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