Html Css Color HEX #E21358 Ruby

📋 copy color: '#E21358'

red 226 ◦ green 19 ◦ blue 88

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

Shades of Ruby #E21358

Tints of Ruby #E21358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 67.87%
G = 5.71%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E21358 (or 0xE21358) is known color: Ruby. HEX triplet: E2, 13 and 58. RGB value is (226,19,88). Sum of RGB (Red+Green+Blue) = 226+19+88=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E21358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21358 is #1DECA7. Grayscale: #585858. Windows color (decimal): -1961128 or 5772258. OLE color: 5772258.

HSL color Cylindrical-coordinate representation of color #E21358: hue angle of 340º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21358 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 88 -
CMYK 0 0.92 0.61 0.11
HSL 340º 0.84% 0.48% -
HSV(B) 340º 0.92% 0.89% -
XYZ 33.36 17.34 10.82 -
YUV 88.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 226 19 88 0 0.92 0.61 0.11 340 0.84 0.48
Hex E2 13 58 0 5C 3D B 154 54 30
Octal 342 23 130 0 134 75 13 524 124 60
Binary 11100010 10011 1011000 0 1011100 111101 1011 101010100 1010100 110000

Color Harmonies of #E21358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21358

Black with #E21358

Text Example


Text Example

White with #E21358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21358; }

 p { color: rgb(226,19,88); }

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

background-color css

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

 a { background-color: rgb(226,19,88); }

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

border-color css

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

 span { border-color: rgb(226,19,88); }

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