Html Css Color HEX #E77D7A Geraldine

📋 copy color: '#E77D7A'

red 231 ◦ green 125 ◦ blue 122

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

Shades of Geraldine #E77D7A

Tints of Geraldine #E77D7A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.15%

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 48.33%
G = 26.15%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E77D7A (or 0xE77D7A) is known color: Geraldine. HEX triplet: E7, 7D and 7A. RGB value is (231,125,122). Sum of RGB (Red+Green+Blue) = 231+125+122=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D7A is #188285. Grayscale: #9C9C9C. Windows color (decimal): -1606278 or 8027623. OLE color: 8027623.

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

Color convert

RGB 231 125 122 -
CMYK 0 0.46 0.47 0.09
HSL 1.65º 0.69% 0.69% -
HSV(B) 1.65º 0.47% 0.91% -
XYZ 43.8 33.06 22.49 -
YUV 156.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 231 125 122 0 0.46 0.47 0.09 1.65 0.69 0.69
Hex E7 7D 7A 0 2E 2F 9 2 45 45
Octal 347 175 172 0 56 57 11 2 105 105
Binary 11100111 1111101 1111010 0 101110 101111 1001 10 1000101 1000101

Color Harmonies of #E77D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D7A

Black with #E77D7A

Text Example


Text Example

White with #E77D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D7A; }

 p { color: rgb(231,125,122); }

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

background-color css

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

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

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

border-color css

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

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

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