Html Css Color HEX #E21754 Ruby

📋 copy color: '#E21754'

red 226 ◦ green 23 ◦ blue 84

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

Shades of Ruby #E21754

Tints of Ruby #E21754

RGB

 RED value IS 226 (88.67% from 255) = 67.87%

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

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

R = 67.87%
G = 6.91%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E21754 (or 0xE21754) is known color: Ruby. HEX triplet: E2, 17 and 54. RGB value is (226,23,84). Sum of RGB (Red+Green+Blue) = 226+23+84=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E21754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21754 is #1DE8AB. Grayscale: #5A5A5A. Windows color (decimal): -1960108 or 5511138. OLE color: 5511138.

HSL color Cylindrical-coordinate representation of color #E21754: hue angle of 341.97º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21754 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 84 -
CMYK 0 0.90 0.63 0.11
HSL 341.97º 0.82% 0.49% -
HSV(B) 341.97º 0.9% 0.89% -
XYZ 33.27 17.42 10 -
YUV 90.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 226 23 84 0 0.90 0.63 0.11 341.97 0.82 0.49
Hex E2 17 54 0 5A 3F B 156 52 31
Octal 342 27 124 0 132 77 13 526 122 61
Binary 11100010 10111 1010100 0 1011010 111111 1011 101010110 1010010 110001

Color Harmonies of #E21754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21754

Black with #E21754

Text Example


Text Example

White with #E21754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21754; }

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

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

background-color css

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

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

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

border-color css

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

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

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