Html Css Color HEX #E21B5E Ruby

📋 copy color: '#E21B5E'

red 226 ◦ green 27 ◦ blue 94

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

Shades of Ruby #E21B5E

Tints of Ruby #E21B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.78%

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 65.13%
G = 7.78%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E21B5E (or 0xE21B5E) is known color: Ruby. HEX triplet: E2, 1B and 5E. RGB value is (226,27,94). Sum of RGB (Red+Green+Blue) = 226+27+94=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B5E is #1DE4A1. Grayscale: #5E5E5E. Windows color (decimal): -1959074 or 6167522. OLE color: 6167522.

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

Color convert

RGB 226 27 94 -
CMYK 0 0.88 0.58 0.11
HSL 339.8º 0.79% 0.5% -
HSV(B) 339.8º 0.88% 0.89% -
XYZ 33.78 17.76 12.24 -
YUV 94.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 226 27 94 0 0.88 0.58 0.11 339.8 0.79 0.5
Hex E2 1B 5E 0 58 3A B 154 4F 32
Octal 342 33 136 0 130 72 13 524 117 62
Binary 11100010 11011 1011110 0 1011000 111010 1011 101010100 1001111 110010

Color Harmonies of #E21B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B5E

Black with #E21B5E

Text Example


Text Example

White with #E21B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B5E; }

 p { color: rgb(226,27,94); }

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

background-color css

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

 a { background-color: rgb(226,27,94); }

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

border-color css

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

 span { border-color: rgb(226,27,94); }

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