Html Css Color HEX #E21F70 Ruby

📋 copy color: '#E21F70'

red 226 ◦ green 31 ◦ blue 112

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

Shades of Ruby #E21F70

Tints of Ruby #E21F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 61.25%
G = 8.4%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E21F70 (or 0xE21F70) is known color: Ruby. HEX triplet: E2, 1F and 70. RGB value is (226,31,112). Sum of RGB (Red+Green+Blue) = 226+31+112=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F70 is #1DE08F. Grayscale: #626262. Windows color (decimal): -1958032 or 7348194. OLE color: 7348194.

HSL color Cylindrical-coordinate representation of color #E21F70: hue angle of 335.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F70 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 112 -
CMYK 0 0.86 0.50 0.11
HSL 335.08º 0.77% 0.5% -
HSV(B) 335.08º 0.86% 0.89% -
XYZ 34.78 18.32 17.03 -
YUV 98.54 135.6 218.91 -
System Red Green Blue C M Y K H S L
Decimal 226 31 112 0 0.86 0.50 0.11 335.08 0.77 0.5
Hex E2 1F 70 0 56 32 B 14F 4D 32
Octal 342 37 160 0 126 62 13 517 115 62
Binary 11100010 11111 1110000 0 1010110 110010 1011 101001111 1001101 110010

Color Harmonies of #E21F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F70

Black with #E21F70

Text Example


Text Example

White with #E21F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F70; }

 p { color: rgb(226,31,112); }

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

background-color css

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

 a { background-color: rgb(226,31,112); }

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

border-color css

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

 span { border-color: rgb(226,31,112); }

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