Html Css Color HEX #E21D5C Ruby

📋 copy color: '#E21D5C'

red 226 ◦ green 29 ◦ blue 92

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

Shades of Ruby #E21D5C

Tints of Ruby #E21D5C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 65.13%
G = 8.36%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E21D5C (or 0xE21D5C) is known color: Ruby. HEX triplet: E2, 1D and 5C. RGB value is (226,29,92). Sum of RGB (Red+Green+Blue) = 226+29+92=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D5C is #1DE2A3. Grayscale: #5F5F5F. Windows color (decimal): -1958564 or 6036962. OLE color: 6036962.

HSL color Cylindrical-coordinate representation of color #E21D5C: hue angle of 340.81º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D5C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 92 -
CMYK 0 0.87 0.59 0.11
HSL 340.81º 0.77% 0.5% -
HSV(B) 340.81º 0.87% 0.89% -
XYZ 33.74 17.82 11.79 -
YUV 95.09 126.27 221.38 -
System Red Green Blue C M Y K H S L
Decimal 226 29 92 0 0.87 0.59 0.11 340.81 0.77 0.5
Hex E2 1D 5C 0 57 3B B 155 4D 32
Octal 342 35 134 0 127 73 13 525 115 62
Binary 11100010 11101 1011100 0 1010111 111011 1011 101010101 1001101 110010

Color Harmonies of #E21D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D5C

Black with #E21D5C

Text Example


Text Example

White with #E21D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D5C; }

 p { color: rgb(226,29,92); }

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

background-color css

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

 a { background-color: rgb(226,29,92); }

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

border-color css

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

 span { border-color: rgb(226,29,92); }

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