Html Css Color HEX #EB746C Geraldine

📋 copy color: '#EB746C'

red 235 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #EB746C

Tints of Geraldine #EB746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 51.2%
G = 25.27%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB746C (or 0xEB746C) is known color: Geraldine. HEX triplet: EB, 74 and 6C. RGB value is (235,116,108). Sum of RGB (Red+Green+Blue) = 235+116+108=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB746C is #148B93. Grayscale: #969696. Windows color (decimal): -1346452 or 7107819. OLE color: 7107819.

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

Color convert

RGB 235 116 108 -
CMYK 0 0.51 0.54 0.08
HSL 3.78º 0.76% 0.67% -
HSV(B) 3.78º 0.54% 0.92% -
XYZ 43.21 31.24 17.94 -
YUV 150.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 235 116 108 0 0.51 0.54 0.08 3.78 0.76 0.67
Hex EB 74 6C 0 33 36 8 4 4C 43
Octal 353 164 154 0 63 66 10 4 114 103
Binary 11101011 1110100 1101100 0 110011 110110 1000 100 1001100 1000011

Color Harmonies of #EB746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB746C

Black with #EB746C

Text Example


Text Example

White with #EB746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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