Html Css Color HEX #E3756B Geraldine

📋 copy color: '#E3756B'

red 227 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #E3756B

Tints of Geraldine #E3756B

RGB

 RED value IS 227 (89.06% from 255) = 50.33%

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

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

R = 50.33%
G = 25.94%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E3756B (or 0xE3756B) is known color: Geraldine. HEX triplet: E3, 75 and 6B. RGB value is (227,117,107). Sum of RGB (Red+Green+Blue) = 227+117+107=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3756B is #1C8A94. Grayscale: #949494. Windows color (decimal): -1870485 or 7042531. OLE color: 7042531.

HSL color Cylindrical-coordinate representation of color #E3756B: hue angle of 5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3756B is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 117 107 -
CMYK 0 0.48 0.53 0.11
HSL 0.68% 0.65% -
HSV(B) 0.53% 0.89% -
XYZ 40.69 30.12 17.58 -
YUV 148.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 227 117 107 0 0.48 0.53 0.11 5 0.68 0.65
Hex E3 75 6B 0 30 35 B 5 44 41
Octal 343 165 153 0 60 65 13 5 104 101
Binary 11100011 1110101 1101011 0 110000 110101 1011 101 1000100 1000001

Color Harmonies of #E3756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3756B

Black with #E3756B

Text Example


Text Example

White with #E3756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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