Html Css Color HEX #E77B6B Geraldine

📋 copy color: '#E77B6B'

red 231 ◦ green 123 ◦ blue 107

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

Shades of Geraldine #E77B6B

Tints of Geraldine #E77B6B

RGB

 RED value IS 231 (90.63% from 255) = 50.11%

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 50.11%
G = 26.68%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E77B6B (or 0xE77B6B) is known color: Geraldine. HEX triplet: E7, 7B and 6B. RGB value is (231,123,107). Sum of RGB (Red+Green+Blue) = 231+123+107=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B6B is #188494. Grayscale: #999999. Windows color (decimal): -1606805 or 7044071. OLE color: 7044071.

HSL color Cylindrical-coordinate representation of color #E77B6B: hue angle of 7.74º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E77B6B is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 123 107 -
CMYK 0 0.47 0.54 0.09
HSL 7.74º 0.72% 0.66% -
HSV(B) 7.74º 0.54% 0.91% -
XYZ 42.69 32.22 17.88 -
YUV 153.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 231 123 107 0 0.47 0.54 0.09 7.74 0.72 0.66
Hex E7 7B 6B 0 2F 36 9 8 48 42
Octal 347 173 153 0 57 66 11 10 110 102
Binary 11100111 1111011 1101011 0 101111 110110 1001 1000 1001000 1000010

Color Harmonies of #E77B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B6B

Black with #E77B6B

Text Example


Text Example

White with #E77B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B6B; }

 p { color: rgb(231,123,107); }

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

background-color css

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

 a { background-color: rgb(231,123,107); }

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

border-color css

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

 span { border-color: rgb(231,123,107); }

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