Html Css Color HEX #E2776B Geraldine

📋 copy color: '#E2776B'

red 226 ◦ green 119 ◦ blue 107

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

Shades of Geraldine #E2776B

Tints of Geraldine #E2776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

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

R = 50%
G = 26.33%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2776B (or 0xE2776B) is known color: Geraldine. HEX triplet: E2, 77 and 6B. RGB value is (226,119,107). Sum of RGB (Red+Green+Blue) = 226+119+107=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2776B is #1D8894. Grayscale: #959595. Windows color (decimal): -1935509 or 7043042. OLE color: 7043042.

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

Color convert

RGB 226 119 107 -
CMYK 0 0.47 0.53 0.11
HSL 6.05º 0.67% 0.65% -
HSV(B) 6.05º 0.53% 0.89% -
XYZ 40.61 30.42 17.64 -
YUV 149.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 226 119 107 0 0.47 0.53 0.11 6.05 0.67 0.65
Hex E2 77 6B 0 2F 35 B 6 43 41
Octal 342 167 153 0 57 65 13 6 103 101
Binary 11100010 1110111 1101011 0 101111 110101 1011 110 1000011 1000001

Color Harmonies of #E2776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2776B

Black with #E2776B

Text Example


Text Example

White with #E2776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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