Html Css Color HEX #E21765 Ruby

📋 copy color: '#E21765'

red 226 ◦ green 23 ◦ blue 101

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

Shades of Ruby #E21765

Tints of Ruby #E21765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

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

R = 64.57%
G = 6.57%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E21765 (or 0xE21765) is known color: Ruby. HEX triplet: E2, 17 and 65. RGB value is (226,23,101). Sum of RGB (Red+Green+Blue) = 226+23+101=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21765 is #1DE89A. Grayscale: #5C5C5C. Windows color (decimal): -1960091 or 6625250. OLE color: 6625250.

HSL color Cylindrical-coordinate representation of color #E21765: hue angle of 336.95º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21765 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 101 -
CMYK 0 0.90 0.55 0.11
HSL 336.95º 0.82% 0.49% -
HSV(B) 336.95º 0.9% 0.89% -
XYZ 34.02 17.72 13.94 -
YUV 92.59 132.75 223.16 -
System Red Green Blue C M Y K H S L
Decimal 226 23 101 0 0.90 0.55 0.11 336.95 0.82 0.49
Hex E2 17 65 0 5A 37 B 151 52 31
Octal 342 27 145 0 132 67 13 521 122 61
Binary 11100010 10111 1100101 0 1011010 110111 1011 101010001 1010010 110001

Color Harmonies of #E21765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21765

Black with #E21765

Text Example


Text Example

White with #E21765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21765; }

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

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

background-color css

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

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

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

border-color css

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

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

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