Html Css Color HEX #E01754 Ruby

📋 copy color: '#E01754'

red 224 ◦ green 23 ◦ blue 84

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

Shades of Ruby #E01754

Tints of Ruby #E01754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 67.67%
G = 6.95%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E01754 (or 0xE01754) is known color: Ruby. HEX triplet: E0, 17 and 54. RGB value is (224,23,84). Sum of RGB (Red+Green+Blue) = 224+23+84=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E01754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01754 is #1FE8AB. Grayscale: #5A5A5A. Windows color (decimal): -2091180 or 5511136. OLE color: 5511136.

HSL color Cylindrical-coordinate representation of color #E01754: hue angle of 341.79º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01754 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 84 -
CMYK 0 0.90 0.62 0.12
HSL 341.79º 0.81% 0.48% -
HSV(B) 341.79º 0.9% 0.88% -
XYZ 32.65 17.1 9.97 -
YUV 90.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 224 23 84 0 0.90 0.62 0.12 341.79 0.81 0.48
Hex E0 17 54 0 5A 3E C 156 51 30
Octal 340 27 124 0 132 76 14 526 121 60
Binary 11100000 10111 1010100 0 1011010 111110 1100 101010110 1010001 110000

Color Harmonies of #E01754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01754

Black with #E01754

Text Example


Text Example

White with #E01754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01754; }

 p { color: rgb(224,23,84); }

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

background-color css

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

 a { background-color: rgb(224,23,84); }

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

border-color css

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

 span { border-color: rgb(224,23,84); }

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