Html Css Color HEX #EB7773 Geraldine

📋 copy color: '#EB7773'

red 235 ◦ green 119 ◦ blue 115

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

Shades of Geraldine #EB7773

Tints of Geraldine #EB7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 50.11%
G = 25.37%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB7773 (or 0xEB7773) is known color: Geraldine. HEX triplet: EB, 77 and 73. RGB value is (235,119,115). Sum of RGB (Red+Green+Blue) = 235+119+115=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7773 is #14888C. Grayscale: #999999. Windows color (decimal): -1345677 or 7567339. OLE color: 7567339.

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

Color convert

RGB 235 119 115 -
CMYK 0 0.49 0.51 0.08
HSL 0.75% 0.69% -
HSV(B) 0.51% 0.92% -
XYZ 43.95 32.09 20.1 -
YUV 153.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 235 119 115 0 0.49 0.51 0.08 2 0.75 0.69
Hex EB 77 73 0 31 33 8 2 4B 45
Octal 353 167 163 0 61 63 10 2 113 105
Binary 11101011 1110111 1110011 0 110001 110011 1000 10 1001011 1000101

Color Harmonies of #EB7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7773

Black with #EB7773

Text Example


Text Example

White with #EB7773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7773; }

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

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

background-color css

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

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

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

border-color css

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

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

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