Html Css Color HEX #EB8275 Geraldine

📋 copy color: '#EB8275'

red 235 ◦ green 130 ◦ blue 117

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

Shades of Geraldine #EB8275

Tints of Geraldine #EB8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 48.76%
G = 26.97%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB8275 (or 0xEB8275) is known color: Geraldine. HEX triplet: EB, 82 and 75. RGB value is (235,130,117). Sum of RGB (Red+Green+Blue) = 235+130+117=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8275 is #147D8A. Grayscale: #A0A0A0. Windows color (decimal): -1342859 or 7701227. OLE color: 7701227.

HSL color Cylindrical-coordinate representation of color #EB8275: hue angle of 6.61º 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 #EB8275 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 117 -
CMYK 0 0.45 0.50 0.08
HSL 6.61º 0.75% 0.69% -
HSV(B) 6.61º 0.5% 0.92% -
XYZ 45.45 34.91 21.17 -
YUV 159.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 235 130 117 0 0.45 0.50 0.08 6.61 0.75 0.69
Hex EB 82 75 0 2D 32 8 7 4B 45
Octal 353 202 165 0 55 62 10 7 113 105
Binary 11101011 10000010 1110101 0 101101 110010 1000 111 1001011 1000101

Color Harmonies of #EB8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8275

Black with #EB8275

Text Example


Text Example

White with #EB8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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