Html Css Color HEX #E21B6C Ruby

📋 copy color: '#E21B6C'

red 226 ◦ green 27 ◦ blue 108

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

Shades of Ruby #E21B6C

Tints of Ruby #E21B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 62.6%
G = 7.48%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E21B6C (or 0xE21B6C) is known color: Ruby. HEX triplet: E2, 1B and 6C. RGB value is (226,27,108). Sum of RGB (Red+Green+Blue) = 226+27+108=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B6C is #1DE493. Grayscale: #5F5F5F. Windows color (decimal): -1959060 or 7085026. OLE color: 7085026.

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

Color convert

RGB 226 27 108 -
CMYK 0 0.88 0.52 0.11
HSL 335.58º 0.79% 0.5% -
HSV(B) 335.58º 0.88% 0.89% -
XYZ 34.46 18.04 15.85 -
YUV 95.74 134.93 220.91 -
System Red Green Blue C M Y K H S L
Decimal 226 27 108 0 0.88 0.52 0.11 335.58 0.79 0.5
Hex E2 1B 6C 0 58 34 B 150 4F 32
Octal 342 33 154 0 130 64 13 520 117 62
Binary 11100010 11011 1101100 0 1011000 110100 1011 101010000 1001111 110010

Color Harmonies of #E21B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B6C

Black with #E21B6C

Text Example


Text Example

White with #E21B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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