Html Css Color HEX #EB7675 Geraldine

📋 copy color: '#EB7675'

red 235 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #EB7675

Tints of Geraldine #EB7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.11%

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

R = 50%
G = 25.11%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB7675 (or 0xEB7675) is known color: Geraldine. HEX triplet: EB, 76 and 75. RGB value is (235,118,117). Sum of RGB (Red+Green+Blue) = 235+118+117=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7675 is #14898A. Grayscale: #989898. Windows color (decimal): -1345931 or 7698155. OLE color: 7698155.

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

Color convert

RGB 235 118 117 -
CMYK 0 0.50 0.50 0.08
HSL 0.51º 0.75% 0.69% -
HSV(B) 0.51º 0.5% 0.92% -
XYZ 43.95 31.9 20.67 -
YUV 152.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 235 118 117 0 0.50 0.50 0.08 0.51 0.75 0.69
Hex EB 76 75 0 32 32 8 1 4B 45
Octal 353 166 165 0 62 62 10 1 113 105
Binary 11101011 1110110 1110101 0 110010 110010 1000 1 1001011 1000101

Color Harmonies of #EB7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7675

Black with #EB7675

Text Example


Text Example

White with #EB7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7675; }

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

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

background-color css

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

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

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

border-color css

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

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

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