Html Css Color HEX #E5756B Geraldine

📋 copy color: '#E5756B'

red 229 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #E5756B

Tints of Geraldine #E5756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 50.55%
G = 25.83%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5756B (or 0xE5756B) is known color: Geraldine. HEX triplet: E5, 75 and 6B. RGB value is (229,117,107). Sum of RGB (Red+Green+Blue) = 229+117+107=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5756B is #1A8A94. Grayscale: #959595. Windows color (decimal): -1739413 or 7042533. OLE color: 7042533.

HSL color Cylindrical-coordinate representation of color #E5756B: hue angle of 4.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5756B is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 107 -
CMYK 0 0.49 0.53 0.10
HSL 4.92º 0.7% 0.66% -
HSV(B) 4.92º 0.53% 0.9% -
XYZ 41.33 30.44 17.61 -
YUV 149.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 229 117 107 0 0.49 0.53 0.10 4.92 0.7 0.66
Hex E5 75 6B 0 31 35 A 5 46 42
Octal 345 165 153 0 61 65 12 5 106 102
Binary 11100101 1110101 1101011 0 110001 110101 1010 101 1000110 1000010

Color Harmonies of #E5756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5756B

Black with #E5756B

Text Example


Text Example

White with #E5756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5756B; }

 p { color: rgb(229,117,107); }

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

background-color css

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

 a { background-color: rgb(229,117,107); }

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

border-color css

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

 span { border-color: rgb(229,117,107); }

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