Html Css Color HEX #E2766B Geraldine

📋 copy color: '#E2766B'

red 226 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #E2766B

Tints of Geraldine #E2766B

RGB

 RED value IS 226 (88.67% from 255) = 50.11%

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 50.11%
G = 26.16%
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

#E2766B (or 0xE2766B) is known color: Geraldine. HEX triplet: E2, 76 and 6B. RGB value is (226,118,107). Sum of RGB (Red+Green+Blue) = 226+118+107=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2766B is #1D8994. Grayscale: #959595. Windows color (decimal): -1935765 or 7042786. OLE color: 7042786.

HSL color Cylindrical-coordinate representation of color #E2766B: hue angle of 5.55º degrees, saturation: 0.67, 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 #E2766B is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 118 107 -
CMYK 0 0.48 0.53 0.11
HSL 5.55º 0.67% 0.65% -
HSV(B) 5.55º 0.53% 0.89% -
XYZ 40.5 30.19 17.6 -
YUV 149.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 226 118 107 0 0.48 0.53 0.11 5.55 0.67 0.65
Hex E2 76 6B 0 30 35 B 6 43 41
Octal 342 166 153 0 60 65 13 6 103 101
Binary 11100010 1110110 1101011 0 110000 110101 1011 110 1000011 1000001

Color Harmonies of #E2766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2766B

Black with #E2766B

Text Example


Text Example

White with #E2766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2766B; }

 p { color: rgb(226,118,107); }

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

background-color css

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

 a { background-color: rgb(226,118,107); }

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

border-color css

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

 span { border-color: rgb(226,118,107); }

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