Html Css Color HEX #EB7D6D Geraldine

📋 copy color: '#EB7D6D'

red 235 ◦ green 125 ◦ blue 109

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

Shades of Geraldine #EB7D6D

Tints of Geraldine #EB7D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 50.11%
G = 26.65%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB7D6D (or 0xEB7D6D) is known color: Geraldine. HEX triplet: EB, 7D and 6D. RGB value is (235,125,109). Sum of RGB (Red+Green+Blue) = 235+125+109=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7D6D is #148292. Grayscale: #9C9C9C. Windows color (decimal): -1344147 or 7175659. OLE color: 7175659.

HSL color Cylindrical-coordinate representation of color #EB7D6D: hue angle of 7.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB7D6D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 125 109 -
CMYK 0 0.47 0.54 0.08
HSL 7.62º 0.76% 0.67% -
HSV(B) 7.62º 0.54% 0.92% -
XYZ 44.35 33.43 18.58 -
YUV 156.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 235 125 109 0 0.47 0.54 0.08 7.62 0.76 0.67
Hex EB 7D 6D 0 2F 36 8 8 4C 43
Octal 353 175 155 0 57 66 10 10 114 103
Binary 11101011 1111101 1101101 0 101111 110110 1000 1000 1001100 1000011

Color Harmonies of #EB7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D6D

Black with #EB7D6D

Text Example


Text Example

White with #EB7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D6D; }

 p { color: rgb(235,125,109); }

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

background-color css

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

 a { background-color: rgb(235,125,109); }

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

border-color css

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

 span { border-color: rgb(235,125,109); }

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