Html Css Color HEX #E21B5F Ruby

📋 copy color: '#E21B5F'

red 226 ◦ green 27 ◦ blue 95

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

Shades of Ruby #E21B5F

Tints of Ruby #E21B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 64.94%
G = 7.76%
B = 27.3%

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

#E21B5F (or 0xE21B5F) is known color: Ruby. HEX triplet: E2, 1B and 5F. RGB value is (226,27,95). Sum of RGB (Red+Green+Blue) = 226+27+95=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B5F is #1DE4A0. Grayscale: #5E5E5E. Windows color (decimal): -1959073 or 6233058. OLE color: 6233058.

HSL color Cylindrical-coordinate representation of color #E21B5F: hue angle of 339.5º 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 #E21B5F is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 27 95 -
CMYK 0 0.88 0.58 0.11
HSL 339.5º 0.79% 0.5% -
HSV(B) 339.5º 0.88% 0.89% -
XYZ 33.82 17.78 12.48 -
YUV 94.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 226 27 95 0 0.88 0.58 0.11 339.5 0.79 0.5
Hex E2 1B 5F 0 58 3A B 153 4F 32
Octal 342 33 137 0 130 72 13 523 117 62
Binary 11100010 11011 1011111 0 1011000 111010 1011 101010011 1001111 110010

Color Harmonies of #E21B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B5F

Black with #E21B5F

Text Example


Text Example

White with #E21B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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