Html Css Color HEX #EB8575 Geraldine

📋 copy color: '#EB8575'

red 235 ◦ green 133 ◦ blue 117

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

Shades of Geraldine #EB8575

Tints of Geraldine #EB8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 48.45%
G = 27.42%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB8575 (or 0xEB8575) is known color: Geraldine. HEX triplet: EB, 85 and 75. RGB value is (235,133,117). Sum of RGB (Red+Green+Blue) = 235+133+117=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8575 is #147A8A. Grayscale: #A1A1A1. Windows color (decimal): -1342091 or 7701995. OLE color: 7701995.

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

Color convert

RGB 235 133 117 -
CMYK 0 0.43 0.50 0.08
HSL 8.14º 0.75% 0.69% -
HSV(B) 8.14º 0.5% 0.92% -
XYZ 45.86 35.72 21.31 -
YUV 161.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 235 133 117 0 0.43 0.50 0.08 8.14 0.75 0.69
Hex EB 85 75 0 2B 32 8 8 4B 45
Octal 353 205 165 0 53 62 10 10 113 105
Binary 11101011 10000101 1110101 0 101011 110010 1000 1000 1001011 1000101

Color Harmonies of #EB8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8575

Black with #EB8575

Text Example


Text Example

White with #EB8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8575; }

 p { color: rgb(235,133,117); }

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

background-color css

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

 a { background-color: rgb(235,133,117); }

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

border-color css

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

 span { border-color: rgb(235,133,117); }

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