Html Css Color HEX #E2786B Geraldine

📋 copy color: '#E2786B'

red 226 ◦ green 120 ◦ blue 107

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

Shades of Geraldine #E2786B

Tints of Geraldine #E2786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.49%

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

R = 49.89%
G = 26.49%
B = 23.62%

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

#E2786B (or 0xE2786B) is known color: Geraldine. HEX triplet: E2, 78 and 6B. RGB value is (226,120,107). Sum of RGB (Red+Green+Blue) = 226+120+107=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2786B is #1D8794. Grayscale: #969696. Windows color (decimal): -1935253 or 7043298. OLE color: 7043298.

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

Color convert

RGB 226 120 107 -
CMYK 0 0.47 0.53 0.11
HSL 6.55º 0.67% 0.65% -
HSV(B) 6.55º 0.53% 0.89% -
XYZ 40.73 30.66 17.68 -
YUV 150.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 226 120 107 0 0.47 0.53 0.11 6.55 0.67 0.65
Hex E2 78 6B 0 2F 35 B 7 43 41
Octal 342 170 153 0 57 65 13 7 103 101
Binary 11100010 1111000 1101011 0 101111 110101 1011 111 1000011 1000001

Color Harmonies of #E2786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2786B

Black with #E2786B

Text Example


Text Example

White with #E2786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2786B; }

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

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

background-color css

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

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

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

border-color css

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

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

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