Html Css Color HEX #EB7D77 Geraldine

📋 copy color: '#EB7D77'

red 235 ◦ green 125 ◦ blue 119

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

Shades of Geraldine #EB7D77

Tints of Geraldine #EB7D77

RGB

 RED value IS 235 (92.19% from 255) = 49.06%

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

 BLUE value IS 119 (46.88% from 255) = 24.84%

R = 49.06%
G = 26.1%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB7D77 (or 0xEB7D77) is known color: Geraldine. HEX triplet: EB, 7D and 77. RGB value is (235,125,119). Sum of RGB (Red+Green+Blue) = 235+125+119=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7D77 is #148288. Grayscale: #9D9D9D. Windows color (decimal): -1344137 or 7831019. OLE color: 7831019.

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

Color convert

RGB 235 125 119 -
CMYK 0 0.47 0.49 0.08
HSL 3.1º 0.74% 0.69% -
HSV(B) 3.1º 0.49% 0.92% -
XYZ 44.92 33.66 21.58 -
YUV 157.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 235 125 119 0 0.47 0.49 0.08 3.1 0.74 0.69
Hex EB 7D 77 0 2F 31 8 3 4A 45
Octal 353 175 167 0 57 61 10 3 112 105
Binary 11101011 1111101 1110111 0 101111 110001 1000 11 1001010 1000101

Color Harmonies of #EB7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D77

Black with #EB7D77

Text Example


Text Example

White with #EB7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D77; }

 p { color: rgb(235,125,119); }

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

background-color css

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

 a { background-color: rgb(235,125,119); }

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

border-color css

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

 span { border-color: rgb(235,125,119); }

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