Html Css Color HEX #E20A68 Ruby

📋 copy color: '#E20A68'

red 226 ◦ green 10 ◦ blue 104

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

Shades of Ruby #E20A68

Tints of Ruby #E20A68

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 66.47%
G = 2.94%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E20A68 (or 0xE20A68) is known color: Ruby. HEX triplet: E2, 0A and 68. RGB value is (226,10,104). Sum of RGB (Red+Green+Blue) = 226+10+104=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20A68 is #1DF597. Grayscale: #555555. Windows color (decimal): -1963416 or 6818530. OLE color: 6818530.

HSL color Cylindrical-coordinate representation of color #E20A68: hue angle of 333.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20A68 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 104 -
CMYK 0 0.96 0.54 0.11
HSL 333.89º 0.92% 0.46% -
HSV(B) 333.89º 0.96% 0.89% -
XYZ 33.97 17.39 14.66 -
YUV 85.3 138.56 228.36 -
System Red Green Blue C M Y K H S L
Decimal 226 10 104 0 0.96 0.54 0.11 333.89 0.92 0.46
Hex E2 A 68 0 60 36 B 14E 5C 2E
Octal 342 12 150 0 140 66 13 516 134 56
Binary 11100010 1010 1101000 0 1100000 110110 1011 101001110 1011100 101110

Color Harmonies of #E20A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A68

Black with #E20A68

Text Example


Text Example

White with #E20A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A68; }

 p { color: rgb(226,10,104); }

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

background-color css

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

 a { background-color: rgb(226,10,104); }

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

border-color css

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

 span { border-color: rgb(226,10,104); }

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