Html Css Color HEX #E01853 Ruby

📋 copy color: '#E01853'

red 224 ◦ green 24 ◦ blue 83

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

Shades of Ruby #E01853

Tints of Ruby #E01853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 67.67%
G = 7.25%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E01853 (or 0xE01853) is known color: Ruby. HEX triplet: E0, 18 and 53. RGB value is (224,24,83). Sum of RGB (Red+Green+Blue) = 224+24+83=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E01853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01853 is #1FE7AC. Grayscale: #5A5A5A. Windows color (decimal): -2090925 or 5445856. OLE color: 5445856.

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

Color convert

RGB 224 24 83 -
CMYK 0 0.89 0.63 0.12
HSL 342.3º 0.81% 0.49% -
HSV(B) 342.3º 0.89% 0.88% -
XYZ 32.63 17.13 9.77 -
YUV 90.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 224 24 83 0 0.89 0.63 0.12 342.3 0.81 0.49
Hex E0 18 53 0 59 3F C 156 51 31
Octal 340 30 123 0 131 77 14 526 121 61
Binary 11100000 11000 1010011 0 1011001 111111 1100 101010110 1010001 110001

Color Harmonies of #E01853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01853

Black with #E01853

Text Example


Text Example

White with #E01853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01853; }

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

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

background-color css

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

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

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

border-color css

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

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

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