Html Css Color HEX #E0007A Ruby

📋 copy color: '#E0007A'

red 224 ◦ green 0 ◦ blue 122

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

Shades of Ruby #E0007A

Tints of Ruby #E0007A

RGB

 RED value IS 224 (87.89% from 255) = 64.74%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.74%
G = 0%
B = 35.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0007A (or 0xE0007A) is known color: Ruby. HEX triplet: E0, 00 and 7A. RGB value is (224,0,122). Sum of RGB (Red+Green+Blue) = 224+0+122=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E0007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0007A is #1FFF85. Grayscale: #505050. Windows color (decimal): -2097030 or 7995616. OLE color: 7995616.

HSL color Cylindrical-coordinate representation of color #E0007A: hue angle of 327.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0007A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 122 -
CMYK 0 1 0.46 0.12
HSL 327.32º 1% 0.44% -
HSV(B) 327.32º 1% 0.88% -
XYZ 34.25 17.25 19.94 -
YUV 80.88 151.21 230.08 -
System Red Green Blue C M Y K H S L
Decimal 224 0 122 0 1 0.46 0.12 327.32 1 0.44
Hex E0 0 7A 0 64 2E C 147 64 2C
Octal 340 0 172 0 144 56 14 507 144 54
Binary 11100000 0 1111010 0 1100100 101110 1100 101000111 1100100 101100

Color Harmonies of #E0007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0007A

Black with #E0007A

Text Example


Text Example

White with #E0007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0007A; }

 p { color: rgb(224,0,122); }

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

background-color css

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

 a { background-color: rgb(224,0,122); }

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

border-color css

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

 span { border-color: rgb(224,0,122); }

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