Html Css Color HEX #E57C7A Geraldine

📋 copy color: '#E57C7A'

red 229 ◦ green 124 ◦ blue 122

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

Shades of Geraldine #E57C7A

Tints of Geraldine #E57C7A

RGB

 RED value IS 229 (89.84% from 255) = 48.21%

 GREEN value IS 124 (48.83% from 255) = 26.11%

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

R = 48.21%
G = 26.11%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E57C7A (or 0xE57C7A) is known color: Geraldine. HEX triplet: E5, 7C and 7A. RGB value is (229,124,122). Sum of RGB (Red+Green+Blue) = 229+124+122=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57C7A is #1A8385. Grayscale: #9B9B9B. Windows color (decimal): -1737606 or 8027365. OLE color: 8027365.

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

Color convert

RGB 229 124 122 -
CMYK 0 0.46 0.47 0.10
HSL 1.12º 0.67% 0.69% -
HSV(B) 1.12º 0.47% 0.9% -
XYZ 43.03 32.48 22.41 -
YUV 155.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 229 124 122 0 0.46 0.47 0.10 1.12 0.67 0.69
Hex E5 7C 7A 0 2E 2F A 1 43 45
Octal 345 174 172 0 56 57 12 1 103 105
Binary 11100101 1111100 1111010 0 101110 101111 1010 1 1000011 1000101

Color Harmonies of #E57C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57C7A

Black with #E57C7A

Text Example


Text Example

White with #E57C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57C7A; }

 p { color: rgb(229,124,122); }

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

background-color css

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

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

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

border-color css

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

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

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