Html Css Color HEX #E76B6B Geraldine

📋 copy color: '#E76B6B'

red 231 ◦ green 107 ◦ blue 107

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

Shades of Geraldine #E76B6B

Tints of Geraldine #E76B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

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

R = 51.91%
G = 24.04%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E76B6B (or 0xE76B6B) is known color: Geraldine. HEX triplet: E7, 6B and 6B. RGB value is (231,107,107). Sum of RGB (Red+Green+Blue) = 231+107+107=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76B6B is #189494. Grayscale: #909090. Windows color (decimal): -1610901 or 7039975. OLE color: 7039975.

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

Color convert

RGB 231 107 107 -
CMYK 0 0.54 0.54 0.09
HSL 0.72% 0.66% -
HSV(B) 0.54% 0.91% -
XYZ 40.87 28.57 17.27 -
YUV 144.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 231 107 107 0 0.54 0.54 0.09 0 0.72 0.66
Hex E7 6B 6B 0 36 36 9 0 48 42
Octal 347 153 153 0 66 66 11 0 110 102
Binary 11100111 1101011 1101011 0 110110 110110 1001 0 1001000 1000010

Color Harmonies of #E76B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B6B

Black with #E76B6B

Text Example


Text Example

White with #E76B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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