Html Css Color HEX #E20F64 Ruby

📋 copy color: '#E20F64'

red 226 ◦ green 15 ◦ blue 100

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

Shades of Ruby #E20F64

Tints of Ruby #E20F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 66.28%
G = 4.4%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E20F64 (or 0xE20F64) is known color: Ruby. HEX triplet: E2, 0F and 64. RGB value is (226,15,100). Sum of RGB (Red+Green+Blue) = 226+15+100=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F64 is #1DF09B. Grayscale: #575757. Windows color (decimal): -1962140 or 6557666. OLE color: 6557666.

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

Color convert

RGB 226 15 100 -
CMYK 0 0.93 0.56 0.11
HSL 335.83º 0.88% 0.47% -
HSV(B) 335.83º 0.93% 0.89% -
XYZ 33.84 17.43 13.64 -
YUV 87.78 134.9 226.59 -
System Red Green Blue C M Y K H S L
Decimal 226 15 100 0 0.93 0.56 0.11 335.83 0.88 0.47
Hex E2 F 64 0 5D 38 B 150 58 2F
Octal 342 17 144 0 135 70 13 520 130 57
Binary 11100010 1111 1100100 0 1011101 111000 1011 101010000 1011000 101111

Color Harmonies of #E20F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F64

Black with #E20F64

Text Example


Text Example

White with #E20F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F64; }

 p { color: rgb(226,15,100); }

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

background-color css

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

 a { background-color: rgb(226,15,100); }

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

border-color css

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

 span { border-color: rgb(226,15,100); }

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