Html Css Color HEX #EB7770 Geraldine

📋 copy color: '#EB7770'

red 235 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #EB7770

Tints of Geraldine #EB7770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 50.43%
G = 25.54%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB7770 (or 0xEB7770) is known color: Geraldine. HEX triplet: EB, 77 and 70. RGB value is (235,119,112). Sum of RGB (Red+Green+Blue) = 235+119+112=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7770 is #14888F. Grayscale: #999999. Windows color (decimal): -1345680 or 7370731. OLE color: 7370731.

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

Color convert

RGB 235 119 112 -
CMYK 0 0.49 0.52 0.08
HSL 3.41º 0.75% 0.68% -
HSV(B) 3.41º 0.52% 0.92% -
XYZ 43.78 32.03 19.2 -
YUV 152.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 235 119 112 0 0.49 0.52 0.08 3.41 0.75 0.68
Hex EB 77 70 0 31 34 8 3 4B 44
Octal 353 167 160 0 61 64 10 3 113 104
Binary 11101011 1110111 1110000 0 110001 110100 1000 11 1001011 1000100

Color Harmonies of #EB7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7770

Black with #EB7770

Text Example


Text Example

White with #EB7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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