Html Css Color HEX #E77B7B Geraldine

📋 copy color: '#E77B7B'

red 231 ◦ green 123 ◦ blue 123

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

Shades of Geraldine #E77B7B

Tints of Geraldine #E77B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.79%

R = 48.43%
G = 25.79%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E77B7B (or 0xE77B7B) is known color: Geraldine. HEX triplet: E7, 7B and 7B. RGB value is (231,123,123). Sum of RGB (Red+Green+Blue) = 231+123+123=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B7B is #188484. Grayscale: #9B9B9B. Windows color (decimal): -1606789 or 8092647. OLE color: 8092647.

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

Color convert

RGB 231 123 123 -
CMYK 0 0.47 0.47 0.09
HSL 0.69% 0.69% -
HSV(B) 0.47% 0.91% -
XYZ 43.61 32.58 22.73 -
YUV 155.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 231 123 123 0 0.47 0.47 0.09 0 0.69 0.69
Hex E7 7B 7B 0 2F 2F 9 0 45 45
Octal 347 173 173 0 57 57 11 0 105 105
Binary 11100111 1111011 1111011 0 101111 101111 1001 0 1000101 1000101

Color Harmonies of #E77B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B7B

Black with #E77B7B

Text Example


Text Example

White with #E77B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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