Html Css Color HEX #EB746E Geraldine

📋 copy color: '#EB746E'

red 235 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #EB746E

Tints of Geraldine #EB746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 50.98%
G = 25.16%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB746E (or 0xEB746E) is known color: Geraldine. HEX triplet: EB, 74 and 6E. RGB value is (235,116,110). Sum of RGB (Red+Green+Blue) = 235+116+110=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB746E is #148B91. Grayscale: #979797. Windows color (decimal): -1346450 or 7238891. OLE color: 7238891.

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

Color convert

RGB 235 116 110 -
CMYK 0 0.51 0.53 0.08
HSL 2.88º 0.76% 0.68% -
HSV(B) 2.88º 0.53% 0.92% -
XYZ 43.32 31.28 18.51 -
YUV 150.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 235 116 110 0 0.51 0.53 0.08 2.88 0.76 0.68
Hex EB 74 6E 0 33 35 8 3 4C 44
Octal 353 164 156 0 63 65 10 3 114 104
Binary 11101011 1110100 1101110 0 110011 110101 1000 11 1001100 1000100

Color Harmonies of #EB746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB746E

Black with #EB746E

Text Example


Text Example

White with #EB746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB746E; }

 p { color: rgb(235,116,110); }

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

background-color css

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

 a { background-color: rgb(235,116,110); }

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

border-color css

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

 span { border-color: rgb(235,116,110); }

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