Html Css Color HEX #E20C7A Ruby

📋 copy color: '#E20C7A'

red 226 ◦ green 12 ◦ blue 122

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

Shades of Ruby #E20C7A

Tints of Ruby #E20C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.33%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 62.78%
G = 3.33%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E20C7A (or 0xE20C7A) is known color: Ruby. HEX triplet: E2, 0C and 7A. RGB value is (226,12,122). Sum of RGB (Red+Green+Blue) = 226+12+122=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20C7A is #1DF385. Grayscale: #585858. Windows color (decimal): -1962886 or 7998690. OLE color: 7998690.

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

Color convert

RGB 226 12 122 -
CMYK 0 0.95 0.46 0.11
HSL 329.16º 0.9% 0.47% -
HSV(B) 329.16º 0.95% 0.89% -
XYZ 35.01 17.84 20.01 -
YUV 88.53 146.9 226.06 -
System Red Green Blue C M Y K H S L
Decimal 226 12 122 0 0.95 0.46 0.11 329.16 0.9 0.47
Hex E2 C 7A 0 5F 2E B 149 5A 2F
Octal 342 14 172 0 137 56 13 511 132 57
Binary 11100010 1100 1111010 0 1011111 101110 1011 101001001 1011010 101111

Color Harmonies of #E20C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C7A

Black with #E20C7A

Text Example


Text Example

White with #E20C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C7A; }

 p { color: rgb(226,12,122); }

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

background-color css

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

 a { background-color: rgb(226,12,122); }

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

border-color css

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

 span { border-color: rgb(226,12,122); }

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