Html Css Color HEX #EB756B Geraldine

📋 copy color: '#EB756B'

red 235 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #EB756B

Tints of Geraldine #EB756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 51.2%
G = 25.49%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB756B (or 0xEB756B) is known color: Geraldine. HEX triplet: EB, 75 and 6B. RGB value is (235,117,107). Sum of RGB (Red+Green+Blue) = 235+117+107=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB756B is #148A94. Grayscale: #979797. Windows color (decimal): -1346197 or 7042539. OLE color: 7042539.

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

Color convert

RGB 235 117 107 -
CMYK 0 0.50 0.54 0.08
HSL 4.69º 0.76% 0.67% -
HSV(B) 4.69º 0.54% 0.92% -
XYZ 43.28 31.45 17.7 -
YUV 151.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 235 117 107 0 0.50 0.54 0.08 4.69 0.76 0.67
Hex EB 75 6B 0 32 36 8 5 4C 43
Octal 353 165 153 0 62 66 10 5 114 103
Binary 11101011 1110101 1101011 0 110010 110110 1000 101 1001100 1000011

Color Harmonies of #EB756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB756B

Black with #EB756B

Text Example


Text Example

White with #EB756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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