Html Css Color HEX #E8047A Ruby

📋 copy color: '#E8047A'

red 232 ◦ green 4 ◦ blue 122

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

Shades of Ruby #E8047A

Tints of Ruby #E8047A

RGB

 RED value IS 232 (91.02% from 255) = 64.8%

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 64.8%
G = 1.12%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8047A (or 0xE8047A) is known color: Ruby. HEX triplet: E8, 04 and 7A. RGB value is (232,4,122). Sum of RGB (Red+Green+Blue) = 232+4+122=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8047A is #17FB85. Grayscale: #555555. Windows color (decimal): -1571718 or 7996648. OLE color: 7996648.

HSL color Cylindrical-coordinate representation of color #E8047A: hue angle of 328.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8047A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 4 122 -
CMYK 0 0.98 0.47 0.09
HSL 328.95º 0.97% 0.46% -
HSV(B) 328.95º 0.98% 0.91% -
XYZ 36.83 18.65 20.07 -
YUV 85.62 148.54 232.41 -
System Red Green Blue C M Y K H S L
Decimal 232 4 122 0 0.98 0.47 0.09 328.95 0.97 0.46
Hex E8 4 7A 0 62 2F 9 149 61 2E
Octal 350 4 172 0 142 57 11 511 141 56
Binary 11101000 100 1111010 0 1100010 101111 1001 101001001 1100001 101110

Color Harmonies of #E8047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8047A

Black with #E8047A

Text Example


Text Example

White with #E8047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8047A; }

 p { color: rgb(232,4,122); }

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

background-color css

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

 a { background-color: rgb(232,4,122); }

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

border-color css

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

 span { border-color: rgb(232,4,122); }

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