Html Css Color HEX #E21A74 Ruby

📋 copy color: '#E21A74'

red 226 ◦ green 26 ◦ blue 116

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

Shades of Ruby #E21A74

Tints of Ruby #E21A74

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 61.41%
G = 7.07%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E21A74 (or 0xE21A74) is known color: Ruby. HEX triplet: E2, 1A and 74. RGB value is (226,26,116). Sum of RGB (Red+Green+Blue) = 226+26+116=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A74 is #1DE58B. Grayscale: #5F5F5F. Windows color (decimal): -1959308 or 7609058. OLE color: 7609058.

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

Color convert

RGB 226 26 116 -
CMYK 0 0.88 0.49 0.11
HSL 333º 0.79% 0.49% -
HSV(B) 333º 0.88% 0.89% -
XYZ 34.89 18.17 18.19 -
YUV 96.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 226 26 116 0 0.88 0.49 0.11 333 0.79 0.49
Hex E2 1A 74 0 58 31 B 14D 4F 31
Octal 342 32 164 0 130 61 13 515 117 61
Binary 11100010 11010 1110100 0 1011000 110001 1011 101001101 1001111 110001

Color Harmonies of #E21A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A74

Black with #E21A74

Text Example


Text Example

White with #E21A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A74; }

 p { color: rgb(226,26,116); }

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

background-color css

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

 a { background-color: rgb(226,26,116); }

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

border-color css

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

 span { border-color: rgb(226,26,116); }

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