Html Css Color HEX #E57F7A Geraldine

📋 copy color: '#E57F7A'

red 229 ◦ green 127 ◦ blue 122

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

Shades of Geraldine #E57F7A

Tints of Geraldine #E57F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 26.57%

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

R = 47.91%
G = 26.57%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E57F7A (or 0xE57F7A) is known color: Geraldine. HEX triplet: E5, 7F and 7A. RGB value is (229,127,122). Sum of RGB (Red+Green+Blue) = 229+127+122=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57F7A is #1A8085. Grayscale: #9D9D9D. Windows color (decimal): -1736838 or 8028133. OLE color: 8028133.

HSL color Cylindrical-coordinate representation of color #E57F7A: hue angle of 2.8º 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 #E57F7A is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 127 122 -
CMYK 0 0.45 0.47 0.10
HSL 2.8º 0.67% 0.69% -
HSV(B) 2.8º 0.47% 0.9% -
XYZ 43.42 33.24 22.54 -
YUV 156.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 229 127 122 0 0.45 0.47 0.10 2.8 0.67 0.69
Hex E5 7F 7A 0 2D 2F A 3 43 45
Octal 345 177 172 0 55 57 12 3 103 105
Binary 11100101 1111111 1111010 0 101101 101111 1010 11 1000011 1000101

Color Harmonies of #E57F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57F7A

Black with #E57F7A

Text Example


Text Example

White with #E57F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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