#ea7a7a

Color #EA7A7A Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EA7A7A

Tints of Geraldine #EA7A7A

Color information

#EA7A7A (or 0xEA7A7A) is unknown color: approx Geraldine. HEX triplet: EA, 7A and 7A. RGB value is (234,122,122). Sum of RGB (Red+Green+Blue) = 234+122+122=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A7A is #158585. Grayscale: #9B9B9B. Windows color (decimal): -1410438 or 8026858. OLE color: 8026858.

HSL color Cylindrical-coordinate representation of color #EA7A7A: hue angle of 0º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7A7A is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234122122-
CMYK00.480.480.08
HSL72.73%69.8%-
HSV(B)47.86%91.76%-
XYZ44.432.8222.41-
YUV155.49109.11184-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=48.95%
G=25.52%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412212200.480.480.08072.7369.8
HexEA7A7A03030804946
Octal35217217206060100111106
Binary111010101111010111101001100001100001000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7a7a; }

 p { color: rgb(234,122,122); }

 H1.HeaderClassName
 {
   color: #ea7a7a;
 }
 .AnyTagClassName
 {
   color: #ea7a7a;
 }
</style>
background-color css

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

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

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

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

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

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