Html Css Color HEX #E21C65 Ruby

📋 copy color: '#E21C65'

red 226 ◦ green 28 ◦ blue 101

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

Shades of Ruby #E21C65

Tints of Ruby #E21C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 63.66%
G = 7.89%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E21C65 (or 0xE21C65) is known color: Ruby. HEX triplet: E2, 1C and 65. RGB value is (226,28,101). Sum of RGB (Red+Green+Blue) = 226+28+101=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C65 is #1DE39A. Grayscale: #5F5F5F. Windows color (decimal): -1958811 or 6626530. OLE color: 6626530.

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

Color convert

RGB 226 28 101 -
CMYK 0 0.88 0.55 0.11
HSL 337.88º 0.78% 0.5% -
HSV(B) 337.88º 0.88% 0.89% -
XYZ 34.13 17.94 13.98 -
YUV 95.52 131.1 221.06 -
System Red Green Blue C M Y K H S L
Decimal 226 28 101 0 0.88 0.55 0.11 337.88 0.78 0.5
Hex E2 1C 65 0 58 37 B 152 4E 32
Octal 342 34 145 0 130 67 13 522 116 62
Binary 11100010 11100 1100101 0 1011000 110111 1011 101010010 1001110 110010

Color Harmonies of #E21C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C65

Black with #E21C65

Text Example


Text Example

White with #E21C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C65; }

 p { color: rgb(226,28,101); }

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

background-color css

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

 a { background-color: rgb(226,28,101); }

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

border-color css

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

 span { border-color: rgb(226,28,101); }

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