Html Css Color HEX #EB7672 Geraldine

📋 copy color: '#EB7672'

red 235 ◦ green 118 ◦ blue 114

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

Shades of Geraldine #EB7672

Tints of Geraldine #EB7672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 50.32%
G = 25.27%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB7672 (or 0xEB7672) is known color: Geraldine. HEX triplet: EB, 76 and 72. RGB value is (235,118,114). Sum of RGB (Red+Green+Blue) = 235+118+114=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7672 is #14898D. Grayscale: #989898. Windows color (decimal): -1345934 or 7501547. OLE color: 7501547.

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

Color convert

RGB 235 118 114 -
CMYK 0 0.50 0.51 0.08
HSL 1.98º 0.75% 0.68% -
HSV(B) 1.98º 0.51% 0.92% -
XYZ 43.78 31.83 19.76 -
YUV 152.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 235 118 114 0 0.50 0.51 0.08 1.98 0.75 0.68
Hex EB 76 72 0 32 33 8 2 4B 44
Octal 353 166 162 0 62 63 10 2 113 104
Binary 11101011 1110110 1110010 0 110010 110011 1000 10 1001011 1000100

Color Harmonies of #EB7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7672

Black with #EB7672

Text Example


Text Example

White with #EB7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7672; }

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

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

background-color css

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

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

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

border-color css

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

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

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